0
0
Tableaubi_tool~20 mins

Geographic roles assignment in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Geographic Roles Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Geographic Roles in Tableau

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?

AState/Province
BCity
CCurrency
DCountry/Region
Attempts:
2 left
💡 Hint

Think about what geographic roles represent: places or locations on a map.

dax_lod_result
intermediate
2:00remaining
Assigning Geographic Roles to Postal Codes

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?

APostal Code
BCountry/Region
CCity
DLatitude
Attempts:
2 left
💡 Hint

Postal codes are numeric or alphanumeric codes used for mail delivery areas.

visualization
advanced
2:00remaining
Visualizing Data with Incorrect Geographic Role

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?

ATableau will plot incorrect locations or aggregate all data into one point.
BTableau will plot the cities correctly on the map.
CTableau will show a blank map with no marks.
DTableau will generate an error and prevent map creation.
Attempts:
2 left
💡 Hint

Think about what happens if Tableau misinterprets location data.

data_modeling
advanced
2:30remaining
Combining Geographic Roles for Hierarchical Mapping

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?

AAssign 'City' to 'Country', 'State/Province' to 'State', and 'Country/Region' to 'City'.
BAssign 'Country/Region' to 'Country', 'State/Province' to 'State', and 'City' to 'City'.
CDo not assign any geographic roles; Tableau will detect automatically.
DAssign 'Country/Region' to all three fields.
Attempts:
2 left
💡 Hint

Think about the geographic hierarchy from larger to smaller regions.

🔧 Formula Fix
expert
3:00remaining
Troubleshooting Geographic Role Mismatch

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?

ARename all city names to unique names manually.
BChange the geographic role of the city field to 'Country/Region'.
CRemove the city field and use only country-level data.
DAdd the 'State' field with the 'State/Province' geographic role to the view to disambiguate cities.
Attempts:
2 left
💡 Hint

Think about how to provide more context to ambiguous location names.