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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Delgirluk77
New Member

Shape map

Hi all, I have a dataset covering the northwest of england with the fields postcode, LSOA code, IMD Decile 1 - 10, and referrals count. I want to show a map in powerbi that colours areas based on the IMD Decile 1 - 10, and also show the referrals as dots against the postcodes on the map. Can't get anything to show on the map though, any ideas please?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Did you create the topojson file with the appropriate shapes and attributes?

View solution in original post

5 REPLIES 5
grognard
Frequent Visitor

You can get the geojson (not to be confused with topojson) from here by selecting "download" then finding the "geojson" option), you can then drag and drop that map into a tool called mapshaper to convert the geojson to topojson. More in depth instructions are provided on Microsoft Learn.

Once you are done that you can set your map type to "Custom map" and use the "Add a map type" > "Browse" option to find the file the topojson file. if everything works correctly your LSOA codes will coresspond with regions of your map and you will be able to "bin" your data based on location.

grognard_0-1751119302078.png

 


This video here goes into more detail.

 

Follow @grognard 's suggestion. Make sure not to lose the attributes during the mapshaper conversion.

 

To overlay non-shapes you may have to use a different chart type like Azure Maps that supports both topo shapes and markers. Otherwise use tooltips.

Delgirluk77
New Member

Thank you @lbendlin 

I have now created a Shape map that includes LSOA and IMD Deciles as the colour saturation.  The 2nd part I wanted to do was plot referral count onto the same map to show as a dot for each referral, but it doesn't look like this is possible - anyone have any ideas if this can be done please?

lbendlin
Super User
Super User

Did you create the topojson file with the appropriate shapes and attributes?

No, this is the first time I'm using a shape map. The youtube video i watched didn't mention topojson files. How do i do this please?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors