Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
shb
Frequent Visitor

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

 

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
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. Smiley Happy

 

Regards

View solution in original post

2 REPLIES 2
v-ljerr-msft
Employee
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. Smiley Happy

 

Regards

Thanks much @v-ljerr-msft

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors