Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

R Script output to table

I am using R Scripting to output the results to a table.  The following script, will produce a plot; however, I tried to output to a dataframe and I am not coding properly.  Thank you in advance for assistance.

 

library(forecast)

library(tseries)

Adobe_Arima = ts(dataset$Revenue, start=2014,frequency = 12)

Adobe_Forecast = auto.arima(Adobe_Arima, seasonal=TRUE)

Predicted_Forecast = forecast(Adobe_Forecast,h=10)

plot(Predicted_Forecast)

  • Trying to output Predicted_Forecast as a table.
0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.