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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
rohuyn
Frequent Visitor

Dynamic R Forecasting Data

Hi everyone,

 

I was able to get my Forecasting in R to work correctly, and can now dynamically update it using slicers. What I cannot do, however, is explicitly see what my forecasted values and its confidence intervals in Power BI. 

 

I know that I'm able to run a script to get the forecasted data as a dataset, but is there a way to dynamically see that forecast data in a table of sorts the same way that my forecasting visual works?

 

Appreciate any and all guidance/expertise!

 

Best,

Ronnie

2 REPLIES 2
ankitpatira
Community Champion
Community Champion

@rohuyn I don't think you will be able to see that in the data view in power bi itself but how about at the end of your R script use write.csv method that outputs dataset to csv. Try that out, I have never had done this before though.

 

write.csv(yourDataFrame, file = "C:/MyData.csv")

 

Appreciate the response, ankitpatira! Unfortunately, while your solution is passable for myself, it wouldn't be utilized well upon scale in my organization.

 

With that being said, I'm curious if anyone else has outputted this data onto Power BI in any other format, or if the R Dev Team has considered adding this functionality.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors