Forum Discussion
Exponential moving average
Is there a way to calculate Exponential weighted moving average on a time series without using R? I currently use a simple moving average using DAX.
Forecasting has exponential smoothing but I am looking for moving average
Can anyone help? Thanks.
Hi Anonymous,
Here is a similar thread in which a solution that using DAX to calculate EMA(Exponential Moving Average) is mentioned. Could you go to check if it helps in your scenario? :smileyhappy:
Regards
2 Replies
- v-ljerr-msftMicrosoft Employee
Hi Anonymous,
Here is a similar thread in which a solution that using DAX to calculate EMA(Exponential Moving Average) is mentioned. Could you go to check if it helps in your scenario? :smileyhappy:
Regards
- AnonymousNot applicable
Thanks for the link.. I will try the solution. Not sure if it will work but worth the try.