June 10, 2015 at 10:20 am
I am using SSRS 2014. I'm using a matrix instead of a tablix because it allows me to have dynamic columns. In the example I'm showing, two of the columns that use the sum function to get the total counts per practice. The third column contains percentages so I averaged but the value is inaccurate compared to the value I would get if the divided the the two totals that are sums of the counts. Is there a way for me to specify that I want to divide the total counts numerator divided by the total counts denominator?
Here's an example report output with the percentage column averaged (inaccurate):
PCP numerator denominator percentage
John Smith 66 104 63.46
Tom Jones 4 36 11.11
.
.
.
Jane Doe 1 1 100
Total 708 1005 72.3
So the 72.3 value is from Avg(metricvalue)
I would like to do this instead: % total = 708/1005, which equals 70.5 - a significant difference.
The metricvalue column is what is the value for every number above (Because it's a matrix).
Can I do this? Please let me know if you need additional information from me or if I have been unclear.
Thanks in advance!
June 12, 2015 at 1:27 pm
I decided to not use matrix for this report so that I could easily use calculations for totals without being restricted to matrices default totals.
Thanks for those who took the time to read my question.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply