0
0
Tableaubi_tool~10 mins

Symbol maps in Tableau - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to create a symbol map by dragging the correct mark type.

Tableau
SHOW ME [1] ON THE MAP TO REPRESENT LOCATIONS
Drag options to blanks, or click blank then click option'
AText
BBar
CCircle
DLine
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Bar or Line marks which are for other chart types.
Using Text marks which show labels, not symbols.
2fill in blank
medium

Complete the code to add geographic roles to your data for symbol maps.

Tableau
ASSIGN [1] ROLE TO THE CITY FIELD
Drag options to blanks, or click blank then click option'
ACity
BCountry
CState
DPostal Code
Attempts:
3 left
💡 Hint
Common Mistakes
Assigning Country or State roles to city data.
Not assigning any geographic role, so Tableau can't map locations.
3fill in blank
hard

Fix the error in the Tableau calculation to size symbols by sales.

Tableau
SIZE = SUM([1])
Drag options to blanks, or click blank then click option'
AProfit
BSales
CQuantity
DDiscount
Attempts:
3 left
💡 Hint
Common Mistakes
Using Profit or Quantity instead of Sales.
Using a dimension field instead of a measure.
4fill in blank
hard

Fill both blanks to filter the map to show only cities with sales greater than 1000.

Tableau
FILTER: SUM([1]) [2] 1000
Drag options to blanks, or click blank then click option'
ASales
B>
C<
DProfit
Attempts:
3 left
💡 Hint
Common Mistakes
Using Profit instead of Sales.
Using less than operator which filters the wrong data.
5fill in blank
hard

Fill all three blanks to create a calculated field that colors symbols by profit ratio.

Tableau
PROFIT RATIO = SUM([1]) / SUM([2]) WHERE [3] > 0
Drag options to blanks, or click blank then click option'
AProfit
BSales
DDiscount
Attempts:
3 left
💡 Hint
Common Mistakes
Using Discount instead of Profit or Sales.
Not filtering for positive profit values.