Forum Discussion
Anonymous
8 years agoNot applicable
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 a...
- 8 years ago
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
v-ljerr-msft
8 years agoMicrosoft 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
Anonymous
8 years agoNot applicable
Thanks for the link.. I will try the solution. Not sure if it will work but worth the try.