Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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?
Solved! Go to Solution.
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 ))
Please check attached .pbix file.
Best Regards,
Qiuyun Yu
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 ))
Please check attached .pbix file.
Best Regards,
Qiuyun Yu
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!