Forum Discussion
Financial Forecasting
Hi 🙂
I would like to build a simple financial forecasting model based on "price" and "quantity" for the rest of 2024.
The "actuals" coming in to my model each month from SQL database.
Now, I have a matrix with the actual data "price","quantity" and "Sales" for each month and want to calculate the sales for the rest of the year based on the parameters price&quantity. (need to change the parameters on the front end to see how the sales will develop)
Does anyone has an advice for building this in a clear structured way? (or tips for visuals)
Best Regrads
Johannes
8 Replies
- MFelixSuper User
Hi jkulyk ,
Have you tried using the What-If parameter?
https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-what-if
You can create a table with a range of values and then use them on a dax calculation on top of your actuals.
- jkulykRegular Visitor
yes, i tried the what if parameters. But its not really working..
Do you mean to build a table like this?