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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
akkitek
Helper III
Helper III

Creating a measure to calculate cumulative total in table visual

Hey Everyone,
I am trying to create a measure to calculate a cumulative total in of a summerized table. I created a measure called "Cumulative Budget" to get the cummulative totals of the budget column but it doesn't seem to work. My desired result is to get 10,800 for 8/31, 34,560 for 9/30 and so on. 

akkitek_1-1663621849730.png

 

Here's the link to the test file: https://drive.google.com/file/d/1zrqIqMyksFj-x6hggzSKKP9Xae_sIKMf/view?usp=sharing

Any help is appreciated. Thanks!


 

 

 

1 ACCEPTED SOLUTION
Seanan
Solution Supplier
Solution Supplier

Hi @akkitek 

Try this code:

Budget Running Total = 
CALCULATE(
	SUM('Baseline_Variance'[Budget]),
	FILTER(
		ALLSELECTED('Baseline_Variance'[Baseline End Date]),
		ISONORAFTER('Baseline_Variance'[Baseline End Date], MAX('Baseline_Variance'[Baseline End Date]), DESC)
	)
)

View solution in original post

2 REPLIES 2
Seanan
Solution Supplier
Solution Supplier

Hi @akkitek 

Try this code:

Budget Running Total = 
CALCULATE(
	SUM('Baseline_Variance'[Budget]),
	FILTER(
		ALLSELECTED('Baseline_Variance'[Baseline End Date]),
		ISONORAFTER('Baseline_Variance'[Baseline End Date], MAX('Baseline_Variance'[Baseline End Date]), DESC)
	)
)

This worked! Thanks!

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.