Forum Discussion
hadjigodih
Dec 03, 2022Copper Contributor
4 week Moving Average Calculated Pivot Table Field
I am trying to calculate the following averages in an excel pivot table based on grouped fields using the
- 4 week rolling average
- 13 week rolling average
- 52 week rolling average
Afraid that's only with PivotTable based on data model using proper DAX measures.
- hadjigodihCopper ContributorThank you. Would you happen to know how I calculate the measures to achieve the averages I am looking for?
Similar discussion is here Help with moving average of a DAX measure - Microsoft Community Hub , you may google something like "DAX moving average". Lot of sample, mainly for Power BI but majority of them are applicable to Excel Power Pivot.
However, if you never worked with data model that could be quite long learning path. Perhaps you may consider other options with formulae. All depends on source data and desired results.