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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Antmkjr
Post Patron
Post Patron

Cumulative not working

https://drive.google.com/file/d/1W9M2bYEZyrreuUsSpVU9D3I1tr1ogIk3/view?usp=sharing

 

Im trying to get the cumulative of Funding, But not able to, can anyone help? Expected result is shown, also when drilled up to yearly level it should work fine.

 

AnuTomy_0-1615857967896.png

Expected:

AnuTomy_1-1615858103674.png

 

Thanks in advance

 

 

3 REPLIES 3
jameszhang0805
Resolver IV
Resolver IV

jameszhang0805_0-1615875270786.png

 

amitchandak
Super User
Super User

@Antmkjr , if you do not have a date column, Create one like


date = "01 " & [Month Name] & " " & [year] // change data type to date

 

Then try a measure like

Cumm Sales = CALCULATE(SUM(Table[Funding]),filter(allselected(Funding),Funding[Date] <=max(Funding[Date])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Ideally that should work, I have tried this

CALCULATE (
SUM([Funding]),
FILTER ( ALLSELECTED( 'Date' ), 'Date'[Date] <= MAX ( 'Date'[Date] ) )
)
But is not working...

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.