Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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))
Solved! Go to Solution.
Never mind, I got it. Only data frames are imported.
Never mind, I got it. Only data frames are imported.
User | Count |
---|---|
84 | |
78 | |
70 | |
47 | |
41 |
User | Count |
---|---|
108 | |
53 | |
50 | |
40 | |
40 |