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
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?
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