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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

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