Forum Discussion
Anonymous
3 years agoNot applicable
How to get moving average on monthly
HI, all I'd like to get monthly moving average by making measure as below, but it may not work well Could you please help me ------------------------------------------------------------ <Me...
mangaus1111
Solution Sage
3 years agoBut if the granularity of your report is Product and Month, then you need a simple Averagex.
Avg = AVERAGEX('Sales','Sales'[Sales])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.