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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
stwinter
Regular Visitor

Zip Code Color by Category

Apologies if this has been posted before, but I could not find anything quite like it.  I am trying to create a map of Ohio by zip code, and have the zip code areas colored by category.  I have a file with all the zips in Ohio in coloumn, and a second column which identifies each zip code as being categorized as 1-10.   

stwinter_0-1697036667662.png

 

 

I have tried using a shape map (custom) with a topojson file that contains all the zip codes.  While this provides a map of Ohio when I add the category numbers to color saturation color will not show up. 

stwinter_1-1697036806445.png

 

 

 

If I try using a fill map, I can able to color by category, but I have to zoom in on Ohio, which is not idea as not only due to error messages keep popping up as I try to zoom in, but in order to zoom in close enough part of the state is cut-off. 

stwinter_2-1697036928045.png

stwinter_3-1697036947028.png

 

 

 

I have also tried the arc-gis map in power bi.  While this will fill the areas by zip code, and I can filter on them, I am unable to color code the categories.  So, for example, if I select category 2 and category 3, they are the same color.  In addition, I am (as with the filled map) unable to get it to the right size because I can only use the zoom feature which is taking account of the entire US, not just Ohio.

 

stwinter_4-1697037082093.png

 

 Any help would be greatly appreciate.

Thank you.

1 ACCEPTED SOLUTION

Thank you so much for your help!

View solution in original post

4 REPLIES 4
lbendlin
Super User
Super User

I have tried using a shape map (custom) with a topojson file that contains all the zip codes.  While this provides a map of Ohio when I add the category numbers to color saturation color will not show up. 

Your TopoJSON file needs to include the category attribute, with the same name as in your data table.

Thank you for your help. I am having difficulties determining where to put the category. Unfortunately, I didn't write the initial code. Here is an example of the arcs and id: {"arcs":[[-2307,-2289]],"type":"Polygon","id":"43948"} as they are in the topojson file. Would I change it to something like this? {"arcs":[[-2307,-2289]],"type":"Polygon","id":"43948", "properties": {"Bin":2}}

Use Mapshaper.org or other topojson tools to maintain that.

Thank you so much for your help!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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