Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
slap33
Helper I
Helper I

AzureMap : points & reference layer

Hi there, i try to figure out how to display points (representing companies) on a map with a reference layer (displaying cities colored by a kpi).

 

I manage to do both of the tricks separatly :

- displaying (1 million !!) companies with coordinates (lat/long) => azure map can handle (hurray)

- on a distinct map, adding a reference layer, connecting it with my table, coloring the cities from red (high hydric stress) to green (low) and it works pretty fine

 

But when I try to locate my companies on the map with the colored layer, it seems that my lat/long got conflicted with my layer key field (placed in the Location property).

 

Am I wrong ? or it is not possible to locate lat/long dots while adding colored layer ?

Adding the layer with the dots works though. The issue arise when i try to color the layer.

1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

Hi   - You’re not wrong, this is a known limitation/behavior of the Power BI Azure Maps visual.

workaround, you should try , used two Azure Maps visuals layered visually (stacked) >> Bottom: colored cities >> Top: companies (transparent background) also, Turn on clustering for companies. 

 

Hope this helps.

 

@slap33





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

3 REPLIES 3
rajendraongole1
Super User
Super User

Hi   - You’re not wrong, this is a known limitation/behavior of the Power BI Azure Maps visual.

workaround, you should try , used two Azure Maps visuals layered visually (stacked) >> Bottom: colored cities >> Top: companies (transparent background) also, Turn on clustering for companies. 

 

Hope this helps.

 

@slap33





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





FYI we managed to do it by adding an attribute < fill_color > in the json file

so color info will be upload with the polygons info without joining the table 

it lets properties lat/long free to collect companies bubbles

so the map can handle both cities color and bubbles displaying at the same time

hi @RA and thanks for your reply ! i think of this workaround but didn't even try since my users will zoom in and it won't work on both of the maps 🙂

ty !

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors