Forum Discussion
Moving Monthly average
- 3 years ago
Anonymous , make sure year and month are coming from date table. Measure is correct, try like
CALCULATE(
AVERAGEX(
VALUES('Date Table'[Year-Month]);
AVERAGE([Projectmutaties.Verkoop-bedrag])
);DATESINPERIOD('Date Table'[Date]; LastSelectedDate; -NumOfMonths; MONTH ) )Join with date table should be single directional
It can be because any of the 5 reason
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4
Anonymous , make sure year and month are coming from date table. Measure is correct, try like
CALCULATE(
AVERAGEX(
VALUES('Date Table'[Year-Month]);
AVERAGE([Projectmutaties.Verkoop-bedrag])
);DATESINPERIOD('Date Table'[Date]; LastSelectedDate; -NumOfMonths; MONTH ) )
Join with date table should be single directional
It can be because any of the 5 reason
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4