Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
Need help in calculating the month on month cumulative count for Level achieves by individuals.
Current data doesn't have the sum of Jan & Feb for Feb, and so on.
Required data - Feb is Jan + Feb. March is Jan + Feb + Mar, so on.
Pls help
Solved! Go to Solution.
There are no numeric columns that need to be aggregated, so it's a count of level? If so, you can try the following measure.
Measure = CALCULATE(COUNT('Table'[Value]),'Table'[Date]<=MAX('Table'[Date]))
There are no numeric columns that need to be aggregated, so it's a count of level? If so, you can try the following measure.
Measure = CALCULATE(COUNT('Table'[Value]),'Table'[Date]<=MAX('Table'[Date]))
I can make it work with Date coming from my Date Table instead, Thanks
Hi @AlwaysAGooner ,
You can refer to below demo.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
My Data is like below, Pls suggest
Thanks
It's the same, just change the names of the columns used in the formula.
If the formula doesn't turn out as expected, you can post a screenshot of the error result.
How will SUM function work on Textual Data (Level 1, Level 2, Level 3)?
Aren't you aggregating the values of the individual Levels?, the text of Level1, Level2, etc. are just used as row labels.
Am I misunderstanding this?
No. Do not have that aggregation in my table
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 11 | |
| 9 | |
| 8 |