Forum Discussion
Financial Forecasting
Hi jkulyk,
The option is to create those what if parameters and the have a calculated measure to pick up the values.
Can you please give an example of what you want to achieve and the setup of your model. that will help to give you a more appropiate answer.
hi:) the problem is that i dont want to calc the what if parameters on top of my actuals. I have my actuals till today and then i want fixed values from the what if parameters:
As you see its not working because i cant link the parameters to a specific date range...
- jkulyk2 years agoRegular Visitor
- MFelix2 years agoSuper User
Hi jkulyk ,
How do you want to have those values incremented do you want to select the last Actuals and then the 99.000 every month, or how is that split done?
- jkulyk2 years agoRegular Visitor
yes exactly. Till July the actuals and then the forecasting. Or better till today()
- MFelix2 years agoSuper User
Hi jkulyk
Try the following code:
Total Sales + Forecast = var temptable = SUMMARIZE( 'calendar', 'calendar'[monht], 'calendar'[year], "Value", IF( MAX('calendar'[Date]) <= EOMONTH( TODAY(), 0 ), SUM(Salers[Value]), [PRice Value] * [Quantity Value] ) ) Return Sumx(temptable, [Value])