0
0
Tableaubi_tool~20 mins

Filled maps (choropleth) in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Filled Maps Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the correct step to create a filled map in Tableau

You want to create a filled map (choropleth) showing sales by state in Tableau. Which step is essential to convert the map into a filled map?

ADrag the 'Sales' measure to Color on the Marks card and change the mark type to 'Filled Map'.
BDrag the 'State' dimension to the Detail on the Marks card and change the mark type to 'Map'.
CDrag the 'State' dimension to the Rows shelf and 'Sales' to the Columns shelf.
DDrag the 'Sales' measure to Tooltip and set the mark type to 'Circle'.
Attempts:
2 left
💡 Hint

Think about how color fills the areas on the map to represent data.

dax_lod_result
intermediate
2:00remaining
Calculate total sales per state ignoring filters

In Tableau, you want to calculate total sales per state ignoring any filters applied on the dashboard. Which Tableau calculation will achieve this?

A{ FIXED [State] : SUM([Sales]) }
BSUM([Sales])
C{ INCLUDE [State] : SUM([Sales]) }
D{ EXCLUDE [State] : SUM([Sales]) }
Attempts:
2 left
💡 Hint

Think about how to fix the calculation at the state level regardless of filters.

🧠 Conceptual
advanced
2:00remaining
Why use filled maps instead of symbol maps?

Which reason best explains why you would choose a filled map (choropleth) over a symbol map in Tableau?

AFilled maps use symbols to represent data points, which is better for showing exact locations.
BFilled maps are faster to create because they require fewer data fields.
CFilled maps show data distribution by coloring entire geographic areas, making it easier to compare regions visually.
DFilled maps always display data labels automatically, unlike symbol maps.
Attempts:
2 left
💡 Hint

Consider how color fills help in understanding data across regions.

🔧 Formula Fix
advanced
2:00remaining
Troubleshoot missing filled map colors

You created a filled map in Tableau, but some states show no color fill even though data exists. What is the most likely cause?

AThe filter on the dashboard excludes those states, so they do not appear.
BThe geographic role for the state field is not set correctly, so Tableau cannot map the data.
CThe measure used for color has null values for those states, so Tableau leaves them blank.
DThe map background is turned off, hiding the filled areas.
Attempts:
2 left
💡 Hint

Check how Tableau recognizes your geographic data.

🎯 Scenario
expert
3:00remaining
Optimize performance for a filled map with many regions

You have a filled map showing sales by thousands of small geographic regions. The map loads slowly and is hard to interpret. What is the best approach to improve performance and clarity?

ARemove the color encoding and use labels instead to show sales values.
BIncrease the size of the marks to make each region more visible.
CAdd more color categories to show finer differences in sales values.
DAggregate the data to a higher geographic level (e.g., state instead of zip code) and use filters to limit visible regions.
Attempts:
2 left
💡 Hint

Think about simplifying the data and reducing detail for better speed and readability.