Forum Discussion
jsflint
5 years agoFrequent Visitor
Moving Average in Power Query M
How do you create a moving, or rolling, average in Power Query? I already know how to do this in DAX, Excel, and Power BI, but I need to know how in Power Query. Mainly because I need to use the re...
- 5 years ago
jsflint
This question was answered over here:
https://community.powerbi.com/t5/Power-Query/Exponential-Moving-Average-in-Power-Query-M/m-p/1897358#M56186
CNENFRNL
5 years agoCommunity Champion
M is, no doubt, capable of processing data this way but is not inherently designated for such things.
- jsflint5 years agoFrequent Visitor
Ok thanks. Now a follow up question. Is it possible to build an exponential moving average, of the same duration, off the simple moving average?
- Fowmy5 years agoSuper User
jsflint
This question was answered over here:
https://community.powerbi.com/t5/Power-Query/Exponential-Moving-Average-in-Power-Query-M/m-p/1897358#M56186- gescobarmaya4 years agoFrequent Visitor
Ok, but what if I want to reset the average every month..??