Forum Discussion
Forecasting
Hey,
please excuse beeing that persistent, but searching the term "forecasting" in the custom visuals on the office store reveals just
- Time Series Forecasting Chart
- Forecasting with Arima
I assume you are referencing the first one, did you check that all the requirede packages are installed to you R instance, referenced by Power BI.
Top check this, open your R ide, make sure that your ide points to the same R instance that is used by Power BI, check if all the needed packages are installed to your R instance by using this line of code in your R ide
library("zoo") for each package separately, if necessary install missing packages.
The visual "Time Series Forecasting Chart" needs the following packages:
"graphics", "scales", "forecast", "zoo", "ggplot2", "htmlWidgets", "XML", "plotly"
Hope this helps
Regards
Tom
i installed all packages which you mentioned but still i am not getting it
- TomMartens8 years agoSuper User
Hey,
this is odd, here you will find a little pbix file. There is a report page "Time Forecast using R" that contains the custom visuals I mentioned above.
Can you please check, if you get the same error? As you can see from the screenshot, it works, at least on my side:
Hopefully this gives you another idea.
Are the more information you can obtain from the error message?
Regards
Tom
- kalpanaV8 years agoHelper IV
i cant open the pbix file since there is restrictions for that site in our company . so please drop the pbix file in other way.
- TomMartens8 years agoSuper User