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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It 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...


@ 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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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