Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have table that looks as follows:
I have the month year and count. The cumulative is the measure that i would like to create. The value for jan 2018 is the same. Then Feb = count of Jan + Count of Feb. and March = count of Feb + Count of March and so on.
Any help? Thanks!
Solved! Go to Solution.
This should work for your example
Cumulative Count = CALCULATE( SUM( 'Cumu Count Ex'[Count]), FILTER( ALL('Cumu Count Ex'[Date]), MAX('Cumu Count Ex'[Date]) >= 'Cumu Count Ex'[Date] ) )
This should work for your example
Cumulative Count = CALCULATE( SUM( 'Cumu Count Ex'[Count]), FILTER( ALL('Cumu Count Ex'[Date]), MAX('Cumu Count Ex'[Date]) >= 'Cumu Count Ex'[Date] ) )
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
50 | |
47 |
User | Count |
---|---|
45 | |
38 | |
29 | |
29 | |
28 |