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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
PRAVEENSC2023
Frequent Visitor

Running total using Month

Hi all,

 

Iam newbie to power bi. Need to help in solving running total

 

PRAVEENSC2023_0-1707484369814.png

I Need to write a dax query which calculates runnning total

 

Year is coming from OrderDate table

 

Month is coming from OrderDate table

 

Total Sales is coming from [Total Sales] measure

 

Plesase help me writing the query

 

OrderDate and Total Sales is coming from SalesOrderHeader table in AdventureWorks table

 

 

2 ACCEPTED SOLUTIONS
Ritaf1983
Super User
Super User

Hi @PRAVEENSC2023 
I recommend creating a calendar table. This will not only help you with the specific metric, but it will also give you a lot of value when working on period-of-time analysis, including linking to other tables.
After you have a date table you can use a simple dax measure TOTALYTD:

running _monthly = TOTALYTD([total_sales],'Calendar'[Date])
Ritaf1983_0-1707488897336.png

Pbix is attached.

tutorial of creating a calendar table is here :

https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions

it includes a scripts

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

Hi,

You will need to create a relationship (Many to One and Single) from the OrderDate column to the Date column of the Calendar Table.  To your visuals/slicers/filters, drag Year and Month name from the Calendar Table.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

4 REPLIES 4
Ritaf1983
Super User
Super User

Hi @PRAVEENSC2023 
I recommend creating a calendar table. This will not only help you with the specific metric, but it will also give you a lot of value when working on period-of-time analysis, including linking to other tables.
After you have a date table you can use a simple dax measure TOTALYTD:

running _monthly = TOTALYTD([total_sales],'Calendar'[Date])
Ritaf1983_0-1707488897336.png

Pbix is attached.

tutorial of creating a calendar table is here :

https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions

it includes a scripts

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Thanks for the reply. I Have orderdate column in  the table . In the modelling orderdate needs to be connected with the new date in the modelling

Hi,

You will need to create a relationship (Many to One and Single) from the OrderDate column to the Date column of the Calendar Table.  To your visuals/slicers/filters, drag Year and Month name from the Calendar Table.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi @PRAVEENSC2023 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors