I have a table in ssrs as follows. It is grouped by System and souce description as shown below. I need to calcluate the difference after each grouping as follows Calucated Diiference = Initial - filtered - Final = 0. How do you get the values of these from the table and display it after each grouping as shown below
System Source Description Total Rows
System1
Source 100
Initial 100
Filtered 10
Final 90
Calucated Diiference = Initial - filtered - Final = 0
System2
Source 200
Initial 200
Filtered 30
Final 170
Calucated Difference = Initial - filtered - Final = 0