简体   繁体   中英

Connect R to a Power BI Service data flow

Does anyone know if it is possible to connect R to a Power BI Service data flow?

I'd like to do all ETL in Power BI data flow and analytics on R. I know it's not possible to run R scripts in data flows, like in Power BI Desktop Power Query, so I could download the data to R Studio and work from there.

Is this possible?

I'm also interested in this, I don't see any ways to download it via API ( https://docs.microsoft.com/en-us/rest/api/power-bi/dataflows ), but I have heard of people being able to download PBIX files from PowerBI, and then theoretically you could read the data from the PBIX file using the PBIXr package ( https://cran.r-project.org/web/packages/pbixr/vignettes/explore.html ). I don't know too much about it but I haven't been able to find any threads on this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM