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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
MAKroeze
Regular Visitor

Json file with list of coordinates to map visualization

Hi,

I have a json file (link to file) with geometries (some records are multipoints, some are points) that I want to display on a map.

The attribute "locatiepunt" contains a list of X-Y coordinates. 

Each record should be displayed on the map as either polygon (the multipoint coordinates form a polygon), or as a single point. 

Does anyone know how I can go about this?

 

It is unclear to me what the purpose is of the attribute "geometrie". I don't recognize these values as coordinates. 

 

screenshot 3.PNG

1 REPLY 1
Anonymous
Not applicable

Hi @MAKroeze ,

You need to create a longitude column and a latitude column to store the latitude and longitude in the JSON file, and then set the data category of the column to either longitude or latitude. For details, you can refer to the following article.

How to Do Power BI Mapping With Latitude and Longitude Only - RADACAD

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors