We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply 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 |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |