ARIMA forecasting
Hi Team,
I tried the same and could not succeed. I am working in VDI (offline). Is this reason why I am not seeing ARIMA custom visual ? Is this requires internet connection. However I installed necessary packages. Still It is not working in my VDI whereas it is working in my local which is having internet.
Can you please help me out on this.
Regards,
Senthil D
Hi 141507,
In general internet connection is not required.
Make sure you have the last vesrion of the Power BI desktop. Do you have totaly blank visual or failed visual ?
Are we talking about R-visual or R-custom visual?
B.
- 1415079 years agoHelper I
Hi boefraty,
We are talking about custom visual. I am using latest version of power BI and R version 3.4.1
It is an ARIMA forecasting visual (built in R). I tried this visual and it was displayed as expected. But suddenly it is not appearing and visual is failed. It is showing following error message.
Thank you,
Senthil D
- 1415079 years agoHelper I
Hi Team,
Is any update on this.. Any help on this would really appreciable.
Regards,
Senthil D
- boefraty9 years agoMicrosoft Employee
Hi 141507
It says "plotly is not defined"
Try to clean all R packages previously installed in
c:\Users\username\AppData\Local\Radio\Library\
and
c:\Users\username\Documents\R\win-library\3.4\*
Try to clean-install "plotly" from RStudio consol line.
>install.packages("plotly")
- 1415079 years agoHelper I
Hi, I cleared all packages and reinstalled R packages including plotly. Installed the latest power BI version. Still I could not able to plot using Arima R forecasting custom visual. I am not sure where am wrong. It is repeatedly saying "plotly is not defined"
Regards,
Senthil D
- boefraty9 years agoMicrosoft Employee
Hi 141507,
I am sorry for bad experience you have with this visual.
Are you able to install "plotly" from RStudio or any R Console + to run any simple example ? I mean without Power BI.
If not you should resolve it first. - 1415079 years agoHelper I
Hi boefraty,
Thanks for your reponse. I managed to have plotly package in R studio. I installed plotly through R studio only and it is displaying samples properly.
Can you please clarify the below:
i) Is the Arima custom visual only work on R engine R 3.3.1 ? (I am having R 3.4.1)
Regards,
Senthil D