Add text on top of shapes in Azure Maps

Fernando Casale Neto 0 Pontos de reputação
2025-08-21T15:31:21.89+00:00

I have a bunch of location with lat and lon that I've plotted in Azure Maps Visual in Power BI. Then I've added a shape file using geojson for specific regions. The thing is that this visual doesn't have the option to show a text, like the name of the region. TMap custom visual does that, but it loses in other aspects. It seems like an easy feature to be implemented on.

Microsoft 365 e Office 365 | Outros
0 comentários Sem comentários

1 resposta

Classificar por: Mais útil
  1. IGYQ 21,360 Pontos de reputação Assistente Independente
    2025-08-21T16:50:11.4033333+00:00

    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:

    1. 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.
    1. In your dataset, calculate a centroid (lat/lon) for each polygon (region).

    Add these centroid points as a new layer in Azure Maps visual.

    1. 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.

    Esta resposta foi útil?

    0 comentários Sem comentários

Sua resposta

As respostas podem ser marcadas como ‘Aceitas’ pelo autor da pergunta e ‘Recomendadas’ pelos moderadores, o que ajuda os usuários a saber a resposta que resolveu o problema do autor.