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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Anonymous
Not applicable

Cumulative sales monthly and yearly

Hi,

 

I want to create a chart which shows the cumulative sales of an order table with the month on the axis and my year on the legend.

Currently, I have the following formula to calculate the cumulative 

Cumulative sales = CALCULATE(SUM(orders[Sales Value]);FILTER(ALL('Date');'Date'[Date] <= MAX('Date'[Date])))

But when I create the visual. I get this: Knipsel.PNG 

So it should reset every year but instead continues to count.

 

Any help?

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi muren,

 

Modify your measure using DAX below and check if the issue can be resolved:

Cumulative sales =
TOTALYTD ( SUM ( orders[Sales Value] ), Date[Date] )

Regards,

Jimmy Tao

 

View solution in original post

3 REPLIES 3
v-yuta-msft
Community Support
Community Support

Hi muren,

 

Modify your measure using DAX below and check if the issue can be resolved:

Cumulative sales =
TOTALYTD ( SUM ( orders[Sales Value] ), Date[Date] )

Regards,

Jimmy Tao

 

Anonymous
Not applicable

Thank you, it was the solution I searched for

mwegener
Most Valuable Professional
Most Valuable Professional

Hi @Anonymous

 

use the Quick measure "Year-to-date total".

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

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

Jan NL Carousel

Fabric Community Update - January 2025

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