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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
asjam86
Frequent Visitor

PY MTD Cumulative value

Hi all,

 

I have a table full of sales data for 2018 & 2017. I can happily show the value for PY, however I want to show this as a cumulative figure in a graph by month. As in my month starts at zero and accumuluates until the 31st.

 

My month to date cumulative figure works...

MTDCU = Calculate(sum('salesdata'[dailyfigure]), DATESMTD('date'[Date]))
My Previous year works... (not cumulative)

PY = Calculate(sum('salesdata'[dailyfigure]), SAMPEPERIODLASTYEAR('date'[Date]))

 

But no matter what I try to get the sales data to show last years monthly cumulative figures just don't work. No data is shown. IE is blank. 

 

Any help before I lose my mind!

 

Thanks

 

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

HI, @asjam86 

For PY MTD , you could just use this simple formula:

MTDCU = Calculate(sum('salesdata'[dailyfigure]), DATESMTD('date'[Date]))

PY = Calculate( [MTDCU] , SAMPEPERIODLASTYEAR('date'[Date]))

 

If not your case, please share your sample data and expected output.

 

Best Regards,
Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-lili6-msft
Community Support
Community Support

HI, @asjam86 

For PY MTD , you could just use this simple formula:

MTDCU = Calculate(sum('salesdata'[dailyfigure]), DATESMTD('date'[Date]))

PY = Calculate( [MTDCU] , SAMPEPERIODLASTYEAR('date'[Date]))

 

If not your case, please share your sample data and expected output.

 

Best Regards,
Lin

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for your help. I think I went snow blind yesterday looking at data. Makes perfect sense. 

 

Thank you.

Greg_Deckler
Super User
Super User

Probably need to use an ALL somewhere, See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.

https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

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.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.