Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

DAX Cumulative Total and Cumulative %

I have this cumulative DAX function that is supposed to show the number of days it takes for items to be delivered. But the output doesn't look right i.e. I expect the cumulative % to be highe...
  • jdbuchanan71's avatar
    jdbuchanan71
    6 years ago

    Just change the measure to this

    Count:=COUNTROWS(RawData)