I had the same problem. I think the problem is that the field is not recognized as numeric, then the Add General field will be disabled. Therefore, to overcome this problem, I first inserted a row at the bottom of the table and then converted the field to a double expression as follows
=SUM(cdbl(Fields!GROSS_MARGIN.Value))
After running the report, I was able to see the expected total.
source share