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:
Use Layer 1 as Reference Layer (IMD polygons)
Always visible, fully coloured based on IMD decile, and
Use Layer 2 — Bubble/Point Layer (coordinates)
Independent, plotted on top.
This keeps the base map intact and shows points accurately
Can you tell me, how do you want polygons without data to appear?
>> Coloured based on IMD value, or
>> Greyed out, or
>> Hidden
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Jaywant Thorat | MCT | Data Analytics Coach
Linkedin: https://www.linkedin.com/in/jaywantthorat/
- Saul_Ring8 months agoFrequent Visitor
Thank you, that is the current configuration. I want all polygons to be colour based.