Forum Discussion
Guipedroso
9 years agoFrequent Visitor
Ahead Moving Average - Circle Reference?
Hello Guys, I am creating a kind of "Sales Forecast" model. To plan ahead, i am using the 6months average of the Actual Sales ahead. In Excel is quite simple, but how to implement in DAX? To bet...
v-chuncz-msft
Community Support
9 years ago
Based on my experience, you may try to invoke a recursive custom function in Query Editor.
Guipedroso
9 years agoFrequent Visitor
Hello v-chuncz-msft! thank you so much for your time ...
I would like to do it using DAX formulas, because i will use other Dimensions do Categorize the forecast (Products, Customers etc)...
- v-chuncz-msft9 years ago
Community Support
- Guipedroso9 years agoFrequent Visitor
v-chuncz-msft yeah, i tried those "no elegant" ways, but the model is colapsing after the 6 month calculation. Too much "IF"s
Thats so annoying this situation for circular reference limitation...Cheers
- v-chuncz-msft9 years ago
Community Support