Forum Discussion
Choropleth using 3 digit US zip code
- 9 years ago
Hi Anonymous,
The map visual doesn't support to display too much data. As the whole US contains too much zip code that the map can't display, it will throw this message:
We need to apply filter to decrease map data each time. So in your scenario, one work around is to duplicate map visuals to several copies and apply different filters in each copy, makes sure we can see whole US zip code from those copies.
Best Regards,
Qiuyun Yu
Hi Anonymous,
According to your description, you want to fill color for those location which has the same first 3 digits of the zip codes, right?
In your scenario, you can create a custom column to return first 3 digits of the zip codes like below:
First3Zip = left(Geo[Zip],3)
Then drag the Filled Map visual to the report, place this custom column in Legend property. You can go to Data Colors option to change prefer color. See:
Best Regards,
Qiuyun Yu
- Anonymous9 years agoNot applicable
Thanks Qiuyun_Yu. You proposed solution would work for a few 3-digit areas but I believe this would still run into the 5000 limitation for doing the whole US. I unfortunately will need this for all US.
Dave
- v-qiuyu-msft9 years agoCommunity Support
Hi Anonymous,
The map visual doesn't support to display too much data. As the whole US contains too much zip code that the map can't display, it will throw this message:
We need to apply filter to decrease map data each time. So in your scenario, one work around is to duplicate map visuals to several copies and apply different filters in each copy, makes sure we can see whole US zip code from those copies.
Best Regards,
Qiuyun Yu