Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Convert excel formula to DAX

I really really need your help converting this excel formula to Dax using columns only. 1. (Weight * PreviousMonth of Actual Volume) (1-Weight) * SmoothedForecast := These are common formulas 2. ...
  • wdx223_Daniel's avatar
    wdx223_Daniel
    5 years ago

    Anonymous  i think you need a rescusion, but it's sadly that dax can not do it well.  measuse can not reference itself.

    probably you need to find another way to solve this.