Forum Discussion

Saul_Ring's avatar
Saul_Ring
Frequent Visitor
8 months ago
Solved

Azure maps 2 layers

Hi there,   Can anyone shed some light as to how to plot 2 layers using Azure maps.  Layer 1 polygons (IMD 2025) deciles.  Layer 2 data (coordinates) Long and Lat coordinates I am trying to plot...
  • v-sshirivolu's avatar
    8 months ago

    Hi Saul_Ring ,
    The reason some polygons aren't showing colours is that Azure Maps only applies the colour scale when every polygon has a valid value in the Color by field. Even a single blank or missing IMD value will cause that polygon to remain unfilled. To make sure all polygons are colour‑based, you need to ensure that every polygon has a value, even if it’s just a default or fallback. You can handle this by replacing blanks in your IMD field, either directly in your data or using a simple DAX expression that assigns a default value whenever IMD is missing. Once every polygon has a valid IMD category, Azure Maps will correctly apply the colour scheme across the entire map, and all polygons will be consistently filled.

    Refer these Official Docs:

    Filled map in Azure Maps Power BI Visual

    Get started with Azure Maps Power BI visual