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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
teolachev
Helper II
Helper II

R Script imports only the first dateframe

I'm testing import from R Script (beta) in Power BI Desktop. I am trying the following script using the AdventureWorksDW vTimeSeries view but only the sales dataframe shows up in Query Editor. The sales_ts table doesn’t show up. It looks like the R Source returns only the first data frame. What am I doing wrong?

 

library("RODBC")

conn<-odbcConnect("AdventureWorksDW")

#conn

sales <- sqlFetch(conn,"dbo.vTimeSeries")

#str(sales)

#sales

sales_ts <- ts(sales, frequency = 12, start = c(2005, 07))

1 ACCEPTED SOLUTION
teolachev
Helper II
Helper II

Never mind, I got it. Only data frames are imported.

View solution in original post

1 REPLY 1
teolachev
Helper II
Helper II

Never mind, I got it. Only data frames are imported.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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