Hi experts,
I would like to show the 3-months average based on the absolute monthly values of a key figure (e.g. Turnover).
Example
Month: Jan | Feb | Mrz | Apr | Mai | Jun | ...
Abs.: 500 | 750 | 800 | 600 | 900 | 500 | ...
3-m-avg.: | | 683 | 717 | 767 | 667 | ...
---
Calculation:
Mrz: (500 + 750 + 800) / 3
Apr: (750 + 800 + 600) / 3
May: (800 + 600 + 900) / 3
Jun: (600 + 900 + 500) / 3
Is there a way to show the 3 month average in query?
Thanks in advance!
Regards,
Michael