Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
AlwaysAGooner
Helper I
Helper I

Month on Month cumulative count for each level

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.

AlwaysAGooner_0-1717078118802.png

 

Required data - Feb is Jan + Feb. March is Jan + Feb + Mar, so on.

 

AlwaysAGooner_1-1717078165354.png

 

Pls help

 

1 ACCEPTED 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]))

View solution in original post

9 REPLIES 9
AlwaysAGooner
Helper I
Helper I

@xifeng_L 
Any suggestions???

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

xifeng_L
Super User
Super User

Hi @AlwaysAGooner ,

 

You can refer to below demo.

 

xifeng_L_0-1717083592876.png

 

 

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

AlwaysAGooner_0-1717138852027.png

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

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.