I’m trying to create a Filled Map using ZIP codes, but the map doesn’t show any filled regions when I set “ZipCode” as the location field.
Here is a sample of the data I’m using:
Country,City,State,ZipCode,Population
US,New York,NY,10001,8419600
US,Los Angeles,CA,90001,3980400
US,Chicago,IL,60601,2716000
US,San Antonio,TX,78201,1547200
US,San Diego,CA,92101,1424400
US,Dallas,TX,75201,1341000
I set ZipCode
as a geospatial field (Postcode) and tried using it as the location for the Filled Map, but no areas are being filled.
Interestingly:
- When I use a Point on Map visual, the ZIP code locations are correctly plotted and the population totals are displayed.
- When I use a Filled Map and set the location field to
State
orCountry
, the map renders correctly and fills each state area with color.
Is there any way to make Filled Maps work with ZIP codes?
Or is this a known limitation in QuickSight?
Any advice or workaround would be appreciated!