In Tableau, assigning a geographic role to a data field helps Tableau recognize it as a location. Which of the following is NOT a valid geographic role you can assign to a field?
Think about what geographic roles represent: places or locations on a map.
Currency is a financial term, not a geographic location. Tableau's geographic roles include places like City, State/Province, Country/Region, Postal Code, etc.
You have a dataset with a field named 'ZipCode' containing US postal codes. You want Tableau to recognize this field as a location on the map. What is the correct geographic role to assign?
Postal codes are numeric or alphanumeric codes used for mail delivery areas.
Postal Code is the geographic role that tells Tableau to interpret the field as postal codes for mapping.
You assigned the geographic role 'Country/Region' to a field containing city names. What is the most likely outcome when you try to create a map visualization?
Think about what happens if Tableau misinterprets location data.
If the geographic role does not match the data, Tableau may plot wrong locations or aggregate data incorrectly because it tries to match city names as countries.
You have three fields: 'Country', 'State', and 'City'. You want to create a drill-down map in Tableau that lets users explore data from country level down to city level. What is the best way to assign geographic roles to these fields?
Think about the geographic hierarchy from larger to smaller regions.
Assigning the correct geographic roles matching the data type allows Tableau to build a geographic hierarchy for drill-down maps.
You created a map visualization in Tableau using a field assigned the 'City' geographic role. However, many marks appear clustered in the wrong country. After checking, you find the city names are ambiguous (e.g., 'Springfield' exists in multiple states). What is the best way to fix this issue?
Think about how to provide more context to ambiguous location names.
Adding the 'State' field with the correct geographic role helps Tableau distinguish between cities with the same name in different states, improving map accuracy.