This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello Guys,
Hope you are well,
I have one problem,
I have to calculate MTD for last 5 months like right now we have in Aug21 so last 5 months would be Aug21,July21,Jun21,May21,Apr21
and today is 4th Aug21
Hence Last 5 months MTD would be
MTD Aug21= 1-4th Aug
MTD July21 = 1-4th July
MTD Jun21=1-4th June
MTD May21=1-4th May
MTD Apr=1-4th Apr
and it will based on today date.
Please help me on this please.
Thanks
Solved! Go to Solution.
Hi,
I am trying this but out is showing blank
Got it by my own logic,
Hi @Anonymous ,
Try:
Measure=
CALCULATE(TOTALMTD(SUM(Total Sales),Table[Date]), PARALLELPERIOD(Table[Date], -4, MONTH))
I hope this helps!
Thanks.
Hi,
Thanks for your great help,
One more help please as MTD for current is showing correct number but while previous month it is showing full month data.
for Example today is 5th aug then MTD is 1-5th aug sales data similarly for previous month mtd it should 1-5th July of total sales
please help on this thanks.
Hi @Anonymous
Try this measure:
Prev MTD = CALCULATE([Sec_vol], PREVIOUSMONTH(DATESMTD(db_CSA_Data Yield_Sec_Test'[InvoiceDate])))
I hope this helps!
If this answers your question, please mark it as a solution. Kudos are always appreciated.
Thanks!
This dax giving me full month sales instead of 1-5th Jul21.
output should be 758 for 1-4th July 21.
Got it by my own logic,
Hi,
I am trying this but out is showing blank
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |