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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
RubenMerino
Frequent Visitor

Map card in azure map

 

Hi

 

I've been trying to use the azure map, but something doesn't quite work.

 

Using a dataset via API from a government open data portal. I can "draw" the territorial division by copying the geojson into the "Reference layer".1.png2.png

But when I add the "nom" column in the "location" section, when I hover over the map, the name of each territorial division does not appear.

 

3.png


On the other hand, if I use another data set from the same website, but using the latitude and longitude columns, it works if I put the name of the city in the "tooltips" section. I don't really know why it doesn't work on the first map.

 

4.png
Font data: 

https://analisi.transparenciacatalunya.cat/Salut/-rees-b-siques-salut/tqzv-uu8e/data_preview

https://analisi.transparenciacatalunya.cat/en/Urbanisme-infraestructures/Municipis-Catalunya-Geo/9aj...

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@RubenMerino , I think now working for names appended with numbers. If you can append Zip or State, country name in the Nom name, it might work

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
v-veshwara-msft
Community Support
Community Support

Hi @RubenMerino ,

Just checking in to see if you query is resolved and if any responses were helpful. If so, kindly consider marking the helpful reply as 'Accepted Solution' to help others with similar queries. 

Otherwise, feel free to reach out for further assistance.

Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @RubenMerino ,
Thanks for reaching out to Microsoft Fabric Community,

Hope your query has been resolved by now - if not, please consider the following insights:

Based on your setup and screenshots, the main issue arises from how Azure Maps handles GeoJSON reference layers. While these layers successfully display the territorial boundaries, hover tooltips do not automatically appear because reference layers do not natively support interactivity like tooltips unless there’s a precise data join.


In the second case (dot map with lat/long), the map visual directly consumes the dataset and plots each point interactively, allowing tooltips (like "nom") to be displayed on hover.


When using a GeoJSON reference layer:

The shapes are rendered correctly, but :

Unless the "nom" column is matched exactly and used as a Location field (with  context like region/country), the map cannot resolve it interactively.

Additionally, Azure Maps does not expose attribute-level tooltips from reference layers by default.

 

Workarounds:
Use Latitude/Longitude with a Bubble Layer:

-Plot your dataset using Latitude and Longitude.

-Add "nom" to the Tooltip field.

-This allows hover text as expected, and you can still overlay the GeoJSON as a visual aid.

Ensure Matching Location Fields:

-If you wish to use "nom" for matching, try appending contextual identifiers (like postal code, province, or "Catalunya, Spain") so Azure Maps can resolve the location.

-Alternatively, use a common ID column between your dataset and the GeoJSON to link them meaningfully.

 

Let us know if you're still working on this - happy to help further.

 

Hope this helps. Please reach out for further assistance.
If this post helps, then please consider to Accept as the solution to help the other members find it more quickly and a kudos would be appreciated.

 

Thank you.

amitchandak
Super User
Super User

@RubenMerino , I think now working for names appended with numbers. If you can append Zip or State, country name in the Nom name, it might work

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Well in theory it's de same data, I mean, I used the same dataset (csv and geojson version) for lotacion and the shape. But, even use a ID column continus with the problem 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors