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
That is exactly what my solution does.
YPBI
2 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...