Forum Discussion
R Map in Power BI
Hi,
I am trying to create a map using R script visual but getting the following error:
No image was created. The R code didn't result in creation of any visuals. Make sure your R script results in a plot to the R default device.
I am using the following R code to draw a map using Mapview library:
library(mapview)
mapview(breweries91)
Could you please advice whether this library is supported in Power BI? Thanks
Hi shb,
According to the documentation R packages that are supported in Power BI, the mapview package is not supported in Power BI currently. :smileyhappy:
Regards
2 Replies
- v-ljerr-msftMicrosoft Employee
Hi shb,
According to the documentation R packages that are supported in Power BI, the mapview package is not supported in Power BI currently. :smileyhappy:
Regards
- shbFrequent Visitor
Thanks much v-ljerr-msft