Forum Discussion
YPBI
2 years agoFrequent Visitor
Running Total % on Measure
Hi - I want to create running total column based on the values in the % Scaled Scores column. The probem is that the said column is a measure, so solutions that use SUM won't work. What would the DAX...
Ashish_Mathur
2 years agoSuper User
Hi,
Please find attached the PBI file.
Hope this helps.
YPBI
2 years agoFrequent Visitor
Thanks for the responses, however the end result needs to look like this:
The running total should cumulatively sum each percentage in the % Scaled Score column.
- Ashish_Mathur2 years agoSuper User
That is exactly what my solution does.
- YPBI2 years agoFrequent Visitor
Hi -
I think the problem is that the SS measure you've created is a sum. It needs to be a count, as the Count of Scaled Scores column is basically the number of students who fell within that grouping. I changed the SUM to COUNT but then the Running total SS measure doesn't work...