Tópicos diversos que não se encaixam em categorias específicas.
Hi!
There is no direct option to display text labels on polygons in Azure Maps Visual for Power BI. It's Simply not implemented yet.
Common workarounds:
- Use Tooltips instead of labels
- Add the region name as a field in the Tooltip well.
- When hovering over a shape, the name appears.
- Not persistent text, but good for exploration.
- In your dataset, calculate a centroid (lat/lon) for each polygon (region).
Add these centroid points as a new layer in Azure Maps visual.
- Use the Category or Size fields to show text (though Azure Maps currently shows category as color, not as text directly).
If you need actual text, you might instead place small markers with distinct categories and add a legend, but it won’t float as a label.