Forum Discussion
MC_2023
3 years agoRegular Visitor
Cannot return correct MTD sales
Hi, I'm comparing the MTD sales for the same period of two years, by using below measures: Current MTD $ = TOTALMTD([Total Sales],DATESMTD(Sales[Invoice Date])) SPLY MTD $ = CALCULATE([Curren...
ValtteriN
Community Champion
3 years agoHi,
Try using your date table for your MTD calculation also in your base measure:
Current MTD $ = TOTALMTD([Total Sales],DATESMTD('Date'[Date]))
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
- MC_20233 years agoRegular Visitor
Hi,
I amend the Current MTD $ per your suggestion, but it cannot return any figures...it's weird..
Anyway, thanks for your kind suggestion.