Forum Discussion
Displaying labels on an Azure Map visual in Power BI
- 1 year ago
hi bwalker42
I’ve added a transparent button on top of the map visual so that no one can interact with it directly. As I mentioned, there’s a limitation — the map won’t work properly with direct user interaction. Only slicer interaction will work.
You can see the layers in the dashboard by opening the Selection pane. If you want to check the map settings without moving the visuals, you can select the map visual from the Selection panel.
Power BI’s Azure Map visual doesn’t support direct labels on reference layer polygons like counties. But here are quick workarounds:
- Bubble Layer Centroids: Add county center points as a separate layer and enable category labels.
- Convert GeoJSON to Points: Use point features with county names to show labels.
- Tooltips: Hover to see county names from the GeoJSON properties.
- Static Image Overlay: Add a labeled map image over the visual (non-interactive).
- bwalker421 year agoRegular Visitor
Shahed,
Thank you for your response.
I can't use tooltips because the labels to be on the final map (exported to PDF).
Can you give some details on how to do "Bubble Layer Centroids", "Convert GeoJSON to Points", and "Static Image Overlay"? I'm new at making maps and I'm not familiar with those concepts.
Thanks,
Brett