Forum Discussion
Winniethewinner
3 years agoHelper IV
Month over Month calculation
Hello PBI experts, I have a sample FactTable: And a Month_Order table: I'm trying to create a measure to compare Month over Month sales: Sales last Month =
CALCULATE(
SUM(Fa...
amitchandak
3 years agoSuper User
Winniethewinner , Use date table, Marked as date table
example
Month behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-1,Month))
Why Time Intelligence Fails - Powerbi 6 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.