Bird
Raised Fist0
Tableaubi_tool~8 mins

Symbol maps in Tableau - Dashboard Guide

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Dashboard Mode - Symbol maps
Business Question

Where are our top sales locations, and how much did each location sell?

Sample Data
CityStateLatitudeLongitudeSales
SeattleWA47.6062-122.3321150000
San FranciscoCA37.7749-122.4194200000
DenverCO39.7392-104.9903120000
ChicagoIL41.8781-87.6298180000
New YorkNY40.7128-74.006250000
MiamiFL25.7617-80.191890000
Dashboard Components
  • KPI Card: Total Sales
    Formula: SUM([Sales])
    Result: 990000
  • Symbol Map: Sales by City
    Marks: Circles sized by [Sales]
    Location: Uses [Latitude] and [Longitude]
    Tooltip: Shows City, State, and Sales
  • Table: Sales Details
    Columns: City, State, Sales
    Sorted by Sales descending
Dashboard Layout
+----------------------+----------------------+
|      KPI Card        |     Symbol Map       |
|   (Total Sales)      |  (Sales by City)     |
+----------------------+----------------------+
|                 Sales Details Table             |
+-------------------------------------------------+
Interactivity

A filter for State allows users to select one or multiple states.

When a state is selected:

  • The Symbol Map updates to show only cities in the selected state(s).
  • The Sales Details Table filters to show only those cities.
  • The Total Sales KPI recalculates the sum of sales for the selected state(s).
Self Check

If you add a filter for State = CA, which components update and what do they show?

  • KPI Card: Updates to show total sales for California only (200000).
  • Symbol Map: Shows only San Francisco with a circle sized for 200000 sales.
  • Sales Details Table: Shows only San Francisco, CA with sales 200000.
Key Result
A dashboard showing total sales and sales by city on a symbol map with interactive state filtering.

Practice

(1/5)
1. What is the main purpose of a symbol map in Tableau?
easy
A. To display data points on a map using shapes or icons
B. To create bar charts with geographic data
C. To show trends over time using lines
D. To summarize data in tables

Solution

  1. Step 1: Understand symbol map function

    A symbol map uses shapes or icons to represent data points on a geographic map.
  2. Step 2: Compare with other chart types

    Bar charts, line charts, and tables serve different purposes than symbol maps.
  3. Final Answer:

    To display data points on a map using shapes or icons -> Option A
  4. Quick Check:

    Symbol maps = data points with icons on maps [OK]
Hint: Symbol maps = points on maps with icons or shapes [OK]
Common Mistakes:
  • Confusing symbol maps with bar or line charts
  • Thinking symbol maps summarize data in tables
  • Assuming symbol maps show trends over time
2. Which of the following is the correct way to create a symbol map in Tableau?
easy
A. Drag Sales to Rows and Profit to Columns, then set mark type to Bar
B. Drag Latitude to Rows and Longitude to Columns, then set mark type to Shape
C. Drag Date to Columns and Region to Rows, then set mark type to Line
D. Drag Customer Name to Rows and Category to Columns, then set mark type to Text

Solution

  1. Step 1: Identify correct fields for symbol map

    Latitude and Longitude fields are needed to place points on a map.
  2. Step 2: Set mark type to Shape

    Symbol maps use shapes or icons, so mark type must be Shape.
  3. Final Answer:

    Drag Latitude to Rows and Longitude to Columns, then set mark type to Shape -> Option B
  4. Quick Check:

    Latitude + Longitude + Shape = Symbol map [OK]
Hint: Use Latitude and Longitude with Shape mark type [OK]
Common Mistakes:
  • Using non-geographic fields for map axes
  • Choosing Bar or Line mark types instead of Shape
  • Not using Latitude and Longitude for placement
3. Given a symbol map with sales data, what happens if you drag the Sales field to the Size shelf?
medium
A. The color of each symbol changes to represent sales amount
B. The symbols are replaced by bars showing sales
C. The size of each symbol changes to represent sales amount
D. The map switches to a filled map

Solution

  1. Step 1: Understand Size shelf effect

    Dragging a measure like Sales to Size changes symbol size proportionally.
  2. Step 2: Confirm symbol map behavior

    Symbol maps use size to show quantity differences; color changes require Color shelf.
  3. Final Answer:

    The size of each symbol changes to represent sales amount -> Option C
  4. Quick Check:

    Sales on Size shelf = symbol size changes [OK]
Hint: Size shelf controls symbol size on maps [OK]
Common Mistakes:
  • Confusing Size with Color shelf
  • Expecting bars instead of symbols
  • Thinking map type changes automatically
4. You created a symbol map but all symbols appear at the same spot. What is the most likely cause?
medium
A. Latitude and Longitude fields are missing or not assigned correctly
B. The Size shelf is empty
C. The Color shelf has too many colors
D. The data source is filtered by date

Solution

  1. Step 1: Check geographic field assignment

    If Latitude and Longitude are missing or not assigned, Tableau places all points at default location.
  2. Step 2: Rule out other causes

    Size or Color shelves do not affect symbol placement; filters affect data but not symbol overlap.
  3. Final Answer:

    Latitude and Longitude fields are missing or not assigned correctly -> Option A
  4. Quick Check:

    Missing Lat/Long = symbols overlap [OK]
Hint: Check Latitude and Longitude fields for correct placement [OK]
Common Mistakes:
  • Blaming Size or Color shelves for placement issues
  • Ignoring missing geographic data
  • Assuming filters cause symbol overlap
5. You want to create a symbol map showing store locations with symbol size representing sales and symbol color representing profit margin. Which steps should you follow?
hard
A. Place Longitude on Rows, Latitude on Columns, set mark type to Line, drag Sales to Color
B. Place Sales on Rows, Profit Margin on Columns, set mark type to Bar, drag Latitude to Color
C. Place Store Name on Rows, Sales on Columns, set mark type to Text, drag Profit Margin to Size
D. Place Latitude on Rows, Longitude on Columns, set mark type to Shape, drag Sales to Size, drag Profit Margin to Color

Solution

  1. Step 1: Assign geographic fields correctly

    Latitude goes on Rows and Longitude on Columns for map placement.
  2. Step 2: Set mark type and assign measures

    Set mark type to Shape for symbol map; drag Sales to Size and Profit Margin to Color to encode data visually.
  3. Final Answer:

    Place Latitude on Rows, Longitude on Columns, set mark type to Shape, drag Sales to Size, drag Profit Margin to Color -> Option D
  4. Quick Check:

    Lat/Long + Shape + Size + Color = Symbol map with data [OK]
Hint: Use Lat/Long + Shape + Size + Color for detailed symbol maps [OK]
Common Mistakes:
  • Swapping Latitude and Longitude positions
  • Using wrong mark types like Bar or Line
  • Assigning measures to wrong shelves