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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |