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
raymond
Post Patron
Post Patron

Shape map ZIP-Code Level

Hello dearest community 🙂

 

I am using the shap map visuals to visualize Data on a map. It works well on a district/ county level. I need more granularity so I would need zip code level. Hence lots of data. Germany has approx 16,000 zip code areas.

 

The issue is, that the shape map will not show any of the zip code areas. I dont know why. I have seen visualization though. How did you solve the problem?

Thats the map viz on COUNTY level NOT ZIP Code. Works fine. 

this is county level. Not ZIP CODE levelthis is county level. Not ZIP CODE level

Thats the fields pane of that visual.

this is fields pane of that visual.this is fields pane of that visual.

 

I am using a custom map as a shap with all the countys in json format

Under shape, I am using a custom map jsonUnder shape, I am using a custom map json

 

sample of that json

The json looks a little bit like thatThe json looks a little bit like that

 

NOW I switch to ZIP Code and I dont see anything. This is the new json for the zip areas

2020-11-23 10_45_54-Mozilla Firefox.png

 

The zip determining data are formatted correctly

2020-11-23 10_47_23-Energiedienst - Innitiale Preisanalyse - Power BI Desktop.png

On the visual itself I get an error. Even when I filter the error may disappear but I cant see anything. 

2020-11-23 10_48_13-Energiedienst - Innitiale Preisanalyse - Power BI Desktop.png

2 REPLIES 2
jiacomo
New Member

Hi @raymond ,

I would love to use a map on county level - where did you get it?

thx for your help 

Anonymous
Not applicable

Hi @raymond ,

The zip code area is usually a point or a very small area. Maps will fill the map based on your request of 16000 data points. In this way, a similar error will appear, which comes from this link:

https://stackoverflow.com/questions/50926816/filled-map-by-postal-codes-for-poland-shows-whole-count...

 

You can also try these two methods:

1. Segment your data

2. Plot your data in a R map

For the link of R map, please refer to this video:
https://www.youtube.com/watch?v=0RH1PMLL7AQ

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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