Forum Discussion

shb's avatar
shb
Frequent Visitor
8 years ago
Solved

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