Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I have an Esri shapefile (local on my hard drive), which i want to use in my R-Powered custom visual for Power BI. In R-Studio I can use readOGR from the rgdal-package. When I use this import method in my r-script for my custom visual), I got the following Runtime error in the developpers mode in PBI-Service:
"error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv = use_iconv,: Cannot open data source".
Can anyone help me to fix this issue.
Thanks!
Solved! Go to Solution.
File reading is not supported because R-script is executed in Power BI servers that do not have access to users' files and drives.
To workaround this issue we recommend to pass data as Power BI data column.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
When importing the shapefile as a datasource, instead of in the R visualisation script, the R visualisation is plotting incorrectly(differently to if you ran the full script through R), appearing like some sort of rendering issue. Has anyone else encountered this problem and know of any solutions?
File reading is not supported because R-script is executed in Power BI servers that do not have access to users' files and drives.
To workaround this issue we recommend to pass data as Power BI data column.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.