Sample Data
Sample sales data by city and country for geographic visualization.
| Cell | Value |
|---|---|
| A1 | City |
| A2 | New York |
| A3 | Paris |
| A4 | Tokyo |
| B1 | Country |
| B2 | USA |
| B3 | France |
| B4 | Japan |
| C1 | Sales |
| C2 | 1000 |
| C3 | 850 |
| C4 | 900 |
Jump into concepts and practice - no test required
Sample sales data by city and country for geographic visualization.
| Cell | Value |
|---|---|
| A1 | City |
| A2 | New York |
| A3 | Paris |
| A4 | Tokyo |
| B1 | Country |
| B2 | USA |
| B3 | France |
| B4 | Japan |
| C1 | Sales |
| C2 | 1000 |
| C3 | 850 |
| C4 | 900 |
Assign Geographic Role 'City' to column 'City' for map visualizationA B C 1 | City | Country | Sales 2 | New York| USA | 1000 3 | Paris | France | 850 4 | Tokyo | Japan | 900 [City column assigned geographic role 'City']
Map View: • New York (1000) • Paris (850) • Tokyo (900) Each dot represents a city placed on the map by Tableau using assigned geographic roles.
City in Tableau?City in the data pane.PostalCode assigned the geographic role 'Postal Code', what will Tableau do when you drag this field to the Rows shelf and add a map visualization?Region, but Tableau does not display the map correctly. What is the most likely cause?Region fieldRegion field contains values that are not valid state names -> Option ALatitude and Longitude but Tableau is not plotting the map correctly. Which sequence of steps correctly assigns geographic roles to fix this?Latitude > Geographic Role > Latitude; Right-click Longitude > Geographic Role > Longitude -> Option C