Forum Discussion
Azure maps 2 layers
- 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:
Saul_Ring , Add +0 to your measure and try to see if it shows polygons