Forum Discussion
Anonymous
4 years agoNot applicable
Forecasting multiple scenarios
Hi, I am trying to write a measure that would give me a forecast which accounts for several changes throughout future months. An example of this would be: What would it look like if in July, sale...
lbendlin
4 years agoSuper User
Unfortunately you have already hit on the best solution that is currently possible. Power BI has no memory. It starts over every time you refresh your dataset. If you want memory ("freezing") you need to hard code it (as you do) or use your data source.