Forum Discussion
Anonymous
4 years agoNot applicable
How can I stop cumulative total?
Hi, how can I stop the cumulative measure to stop at June? and reflect only blank values starting July? Some DAX I tried: #1. Cumulative try (II) = VAR _max = MAXX(ALL('Date Table- D...
- 4 years ago
Anonymous
Please refer to this solution Solved: Cumulative total - stopping after last date not wo... - Microsoft Power BI Community
Regards,
Ritesh
ribisht17
Super User
4 years agoAnonymous
Please refer to this solution Solved: Cumulative total - stopping after last date not wo... - Microsoft Power BI Community
Regards,
Ritesh
Anonymous
4 years agoNot applicable
Thank you ribisht17 I had to make some tweaks to make it work. Actually, the column I am using to generate the cumulative series is a measure. I defined the measure again in the maxx() function. This worked.