Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Measure 2 :
Solved! Go to Solution.
@Anonymous , Why don't you use time intelligence for this, with help from Date table. Is it not working ?
example
MTD Sales = CALCULATE(SUM ( Data[Revised closing value] ),DATESMTD('Date'[Date]))
last MTD Sales = CALCULATE(SUM ( Data[Revised closing value] ),DATESMTD(dateadd('Date'[Date],-1,MONTH)))
or
previous month value = CALCULATE(SUM ( Data[Revised closing value] ),previousmonth('Date'[Date]))
refer if needed
Power BI — Month on Month with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-mtd-questions-time-intelligence-3-5-64b0b4a4090e
https://www.youtube.com/watch?v=6LUBbvcxtKA
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-Last-Week/ba-p/1051123
https://www.youtube.com/watch?v=pnAesWxYgJ8
@Anonymous , Why don't you use time intelligence for this, with help from Date table. Is it not working ?
example
MTD Sales = CALCULATE(SUM ( Data[Revised closing value] ),DATESMTD('Date'[Date]))
last MTD Sales = CALCULATE(SUM ( Data[Revised closing value] ),DATESMTD(dateadd('Date'[Date],-1,MONTH)))
or
previous month value = CALCULATE(SUM ( Data[Revised closing value] ),previousmonth('Date'[Date]))
refer if needed
Power BI — Month on Month with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-mtd-questions-time-intelligence-3-5-64b0b4a4090e
https://www.youtube.com/watch?v=6LUBbvcxtKA
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-Last-Week/ba-p/1051123
https://www.youtube.com/watch?v=pnAesWxYgJ8
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 15 | |
| 14 | |
| 13 |