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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
vasathi
Helper II
Helper II

Running Total

Team 

 

I'm creating a sample report, to show the running total. Below dax is working fine 

 

vasathi_0-1674648255284.png

vasathi_1-1674648299137.png

After adding some other dimension then the Running total is not showing as expected

vasathi_2-1674648376057.png

 

What could be the reason and help me to fix this. i'm sure someone might faced this issue before.

 

Regards

 

 

 

 

 

5 REPLIES 5
Padycosmos
Solution Sage
Solution Sage

Dear  @Padycosmos  @amitchanda 

This link also provides same result.  All demos are using one column only, the problem is when i use multiple column then i'm  not getting the expected result.

 

Regards

amitchandak
Super User
Super User

@vasathi , refer if Windows function can help

Continue to explore Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc

 

or try a measure like this with help from date table

 

Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date])))

 

 

Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

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

Dear @amitchandak 

This link also provides same result.  All demos are using one column only, the problem is when i use multiple column then i'm  not getting the expected result.

 

Regards

Still showing Wrong.

vasathi_1-1674712580530.png

 

vasathi_2-1674712845538.png


please help me...

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.