Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Cumulative Percent

I am trying to do a parento chart in Power BI and all of the guides I find seem very complicated. Can I just create a new measure where I calculate the cumulative percentage and insert that measure a...
  • Cmcmahan's avatar
    Cmcmahan
    7 years ago

    Looks like you've missed a parens.

    CumulativeCount = CALCULATE([CountMeasure],FILTER(ALL('Table1'), 'Table1'[Referral Date] <= MAX('Table1'[Referral Date]) ))

    It's helpful if you tell us what error you're getting, or if you're getting an unexpected result when you say that a measure isn't working