0
0
Tableaubi_tool~20 mins

Map layers in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Map Layers Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the correct map layer combination for showing sales by region with city markers

You want to create a Tableau map showing total sales by region as colored areas and individual city sales as points on top. Which combination of map layers should you use?

ADensity Map for regions + Line Map for cities
BSymbol Map for regions + Filled Map for cities
CFilled Map for regions + Symbol Map for cities
DLine Map for regions + Filled Map for cities
Attempts:
2 left
💡 Hint

Think about which map type colors areas and which shows points.

🧠 Conceptual
intermediate
1:30remaining
Understanding map layer order impact in Tableau

In Tableau, why does the order of map layers matter when you add multiple layers like filled regions and point markers?

ABecause map layers change the data source order
BBecause Tableau only allows one map layer at a time
CBecause layers automatically merge colors regardless of order
DBecause layers on top can hide layers below, affecting visibility
Attempts:
2 left
💡 Hint

Think about what happens if points are behind colored areas.

dax_lod_result
advanced
2:30remaining
Calculate total sales per state ignoring city filter using LOD expression

Given a dataset with sales by city and state, which Tableau LOD expression correctly calculates total sales per state ignoring any city-level filters?

Tableau
{FIXED [State] : SUM([Sales])}
A{FIXED [State] : SUM([Sales])}
B{EXCLUDE [City] : SUM([Sales])}
C{INCLUDE [City] : SUM([Sales])}
DSUM([Sales])
Attempts:
2 left
💡 Hint

Think about which LOD keyword fixes the calculation at the state level.

🔧 Formula Fix
advanced
2:00remaining
Identify the error in layering map marks in Tableau

You created a map with two layers: a filled map for states and a symbol map for cities. The city points are not visible. What is the most likely cause?

AThe symbol map layer is below the filled map layer, hiding the points
BThe data source does not contain city coordinates
CThe filled map layer has no color assigned
DThe map projection is incorrect
Attempts:
2 left
💡 Hint

Consider layer stacking order and visibility.

🎯 Scenario
expert
3:00remaining
Design a multi-layer map dashboard for sales insights

You need to build a Tableau dashboard showing: (1) sales by state as colored areas, (2) top 5 cities by sales as large points, and (3) a heatmap layer showing sales density. How should you layer these map types for best clarity?

AHeatmap layer at bottom, filled map in middle, symbol map on top
BFilled map at bottom, heatmap in middle, symbol map on top
CSymbol map at bottom, filled map in middle, heatmap on top
DFilled map at bottom, symbol map in middle, heatmap on top
Attempts:
2 left
💡 Hint

Think about which layers provide background context and which highlight points.