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...
YPBI
2 years agoFrequent Visitor
Would love to share but the dataset contains all sorts of sensitive information...
These are the relevant columns at play though:
% Scaled Scores measure:
% Scaled Scores =
DIVIDE(
COUNT(TestData[Scaled Score]),
CALCULATE(
COUNT(TestData[Scaled Score]),ALLSELECTED()))
Ashish_Mathur
Super User
2 years agoHi,
Please find attached the PBI file.
Hope this helps.