I have a matrix SSRS report as below:
The output looks like this:
Date Calculations
Sales YTD Prior Sales YTD % Growth
Manager1
Customer11 100 98 20%
Customer12 400 250 60%
Total for Manager1 500 348 80%????
It should be 44% and I got 80% if I add Sum() for the total row.
How can I get the Total % Growth right? Please help.