I have a report table
I have rows called 'department'
I have a column 'measurement'
I have expression of =Avg(Fields!measurement.Value)
what I wish to do is total row of the below (bottom of column) of the measurement column. This to sum / total of the averages at the end for all the departments.
I cannot seem to get this to work. I have right clicked on the table, and added a total, but it does not sum the averages.
something like =sum(Avg(Fields!measurement.Value))
Any ideas team please