Your code should look something like this (but remember that your column names may be different):
if( "Deal Size" > 10000,.05*"Deal Size", .03*"Deal Size")
Then, with that new column of data in your Deals table, you can finish your report!