I have a matrix in an SSRS report, where the column group and the row group are based on the same dataset. So the same values appear in the column and row headers. The dataset includes a percentage value and I want to show the difference between the row and column percentage values in the detail cells. How do I get the percentage values for the column and row group to calculate the difference?
For example, If the data looks like this:
Group 1, 30%
Group 2, 5%
Group 3, 10%
Then here is what I want to turn it into. I want to show the difference between the percentage of the column and row values in the detail cell.
Group 1 (30%) Group 2 (5%) Group 3 (10%)
Group 1
(30%) n/a 25% 20%
Group 2
(5%) 25% n/a 5%
Group 3
(10%) 20% 5% n/a