Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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-msft's avatar
    v-ljerr-msft
    Microsoft 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's avatar
      Anonymous
      Not applicable

      Thanks for the link.. I will try the solution. Not sure if it will work but worth the try.