I have a Tablix in SSRS 2008 R2. The columns are departments. The rows are different stats for the departments.
One of the rows has to display the average speed of answer for incoming calls. I have that filed in my data set: AvgSoA
.
I also have a field for the total number of answered calls: NumOfCalls
.
The last column of the Tablix summarizes all the departments.
What I don't know is how to calculate the weighted average speed to answer.
Of course I know what a weighted average is... I just don't know how to calculate it in the last column of the Tablix since I don't know how many departments will "show up" in the report.
Thanks.