December 2017
Beginner to intermediate
264 pages
5h 38m
English
One of Tableau's strengths is its ease of use when creating a number of different types of charts. This is true when creating maps, especially because maps can be very painful to create using other tools. Here is the way to create a simple map in Tableau using BigQuery public data. The first few steps are the same as in the preceding example:
SELECT zipcode, SUM(population) AS populationFROM `bigquery-public-data.census_bureau_usa.population_by_zip_2010` ...