ARIMA forecasting
Hi I am using hte ARIMA forecasting R-powered custom visual. I am not able to export the forecasted values, the export function only exports my histrical data and not the ARIMA forecasted values?
What i am doing wrong?
Andre
- boefraty9 years agoMicrosoft Employee
Hi avisagie,
You doing nothing wrong. Unfortunatly R-visuals and R-Custom Visuals are not yet supporting customized data export.
You welcome to request this feature in user-voice
https://ideas.powerbi.com/forums/265200-power-bi-ideas- 1415079 years agoHelper I
Hi, I am using ARIMA forecasting custom visual, While mid of my development, I am facing the error "Plotly is not defined" (java script error) unfortunately.
It was showing the trend perfectly. But I am facing this issue past couple of days. Can any one help me out.
I have downloaded the necessary packages of R and I am developing ARIMA custom visual in offline. Is this requires internet connection ?
Regards,
Senthil D
- boefraty9 years agoMicrosoft Employee
Hi 141507,
I never had javascript errors with plotly .
I'd recommend you to remove all R packages and install them from the beginning, you can try installing them from RStudio rather than from PBI desktop. Try using another R-engine (for example 3.3.x and 3.4..x). As well, update the Power BI desktop to the most recent one. Hope it helps.