Forum Discussion
Line graph Forecasting
- Anonymous6 years ago
Hi pocquet,
>>is it possible to recreate that forecast value somehow so I can generate my own forecast rather than relying on the one generated by Power BI?
Yes, it is possible to create the forecast value based on current value.
You can write formulas to calculate YOY or MOM change rates, then you cna use these rate with current value to calculate out the 'forecast' value of the coming date.BTW, if you are familiar with R or Python script. You can also create R/python visuals to coding formula invoke their forecast libraries to get the forecast values based on current table records.
Regards,
Xiaoxin Sheng
pocquet , Check if this can help
- pocquet6 years agoRegular Visitor
HI Buddy,
I get how to use it and incorporate it into Dax,
However, I wish to use it to affect the forecast result based on what is generated via the line graph.
Simply put All I want to do [ForcastedValue]-([WhatIfValue]*[forecast Points])
What I cant seem to figure out is how to manipulate (or manually generate) the [ForecastedValue]
Thanks
Poc
- Anonymous6 years agoNot applicable
HI pocquet,
Did these forecast values analysis by line chart 'analytics panel' forecast line feature? If this is a case, you can't use DAX expressions to calculate with forecast value. (they are virtual graph line that generated by analytic feature and you can't extract real values to calculate)
Regards,
Xiaoxin Sheng- pocquet6 years agoRegular Visitor
Hi Anonymous
Thanks for that, yeah that's exactly what I want to do.
is it possible to recreate that forecast value somehow so I can generate my own forecast rather than relying on the one generated by Power BI?