Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi! I'm trying to incorporate a R-Custom Visual using leaflet. I've been able to load the visual and everything works except the base map.
Here's a snippet with the tile part of the code:
shape <-leaflet()%>%
addTiles("https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png")%>%
addPolygons(data = treatmentplants,
color =~pal(DWMLabel),weight = 1,smoothFactor = 0.5,
opacity = 0.5, fillOpacity = 0.5,
highlightOptions = highlightOptions(color = "white", weight = 2,
bringToFront = FALSE),
I switched from my original input which was " addProviderTiles(providers$Esri.WorldGrayCanvas)%>%" because of this link on stackoverflow. Both ways aren't working. Is it because the baselayer is coming from online and PowerBI doesn't support that with R custom visuals?
Thanks in advance!
You need to use the renderer that comes with Power BI. Matplotlib, basically.
Does that happen in the Rscript or the in the visual script? Are there examples you could point me too? Thanks!
Create Power BI visuals using R - Power BI | Microsoft Learn - limitations section
I'm creating an R-Custom Visual not an R visual in the PowerBI desktop. I haven't seen any examples about the Matplotlib rendering
Display devices: Only plots that are plotted to the R default display device are displayed correctly on the canvas. Avoid explicitly using a different R display device.
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 4 | |
| 3 | |
| 2 |