cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
prashanthku
Frequent Visitor

How to get Month to Date Sale of Previous Month with respect to Slicer Date

hello,

 

I am new to Power BI. I have one query. I have selected one of the date from slicer. Lets say 8th Jan -17. I have calculated the current month sales i.e. 1st Jan to 8th Jan 17 using DAX TOTALMTD. But i am unbale to get the MTD of same period for last month. i.e. 1st Dec-16 till 8th Dec-16.  The sales has to calculate previous months sales from 1st of every month till the date selected in slicer. Can anyone help me out?

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

Hi @prashanthku,

 

You can create a calendar, build a relationship between the calendar table and fact table based on the date:

 

a measure to return running total in the same period of last month like below:

 

PreviousMonth = TOTALMTD(SUM(Table9[Value]),DATEADD('Table9'[Date],-1,MONTH ))

 

q4.PNGq5.PNG

 

Please check attached .pbix file.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
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

1 REPLY 1
v-qiuyu-msft
Community Support
Community Support

Hi @prashanthku,

 

You can create a calendar, build a relationship between the calendar table and fact table based on the date:

 

a measure to return running total in the same period of last month like below:

 

PreviousMonth = TOTALMTD(SUM(Table9[Value]),DATEADD('Table9'[Date],-1,MONTH ))

 

q4.PNGq5.PNG

 

Please check attached .pbix file.

 

Best Regards,
Qiuyun Yu

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors