0
0
Tableaubi_tool~20 mins

Dual-axis maps in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Dual-Axis Map Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Purpose of Dual-Axis Maps in Tableau

What is the main purpose of using dual-axis maps in Tableau?

ATo overlay two different geographic data layers on the same map for comparison.
BTo create two separate maps side by side for different regions.
CTo display time series data on a map using a single axis.
DTo combine bar charts and line charts in one visualization.
Attempts:
2 left
💡 Hint

Think about how dual-axis maps help visualize multiple data sets geographically.

dax_lod_result
intermediate
2:00remaining
Result of a LOD Expression in Dual-Axis Map Context

Given a Tableau LOD expression that fixes the state level sales total, what is the expected result when used in a dual-axis map showing state sales and city sales?

Tableau
{FIXED [State]: SUM([Sales])}
AThe overall total sales for all states combined.
BThe total sales summed for each state, repeated for every city in that state.
CThe total sales summed for each city only.
DThe average sales per state.
Attempts:
2 left
💡 Hint

LOD expressions with FIXED calculate values at the specified level regardless of view detail.

visualization
advanced
2:30remaining
Identifying Correct Dual-Axis Map Setup

You want to create a dual-axis map in Tableau showing filled states and city points with different sizes based on sales. Which setup correctly achieves this?

APlace State on Detail and City on Detail, create two map layers, synchronize axes, and assign sales to size on city layer.
BPlace State on Rows, City on Columns, create dual-axis, assign sales to label on both layers.
CPlace City on Color, State on Size, create dual-axis, do not synchronize axes, assign sales to color on city marks.
DPlace State on Color, City on Detail, create dual-axis, synchronize axes, assign sales to size on city marks, and fill states with color.
Attempts:
2 left
💡 Hint

Think about how to layer filled areas and points with size encoding on a dual-axis map.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Misaligned Dual-Axis Maps

Your dual-axis map layers are not aligning properly in Tableau. What is the most likely cause?

AThe map layers use different geographic roles like State and Country.
BThe data source contains null values in the geographic fields.
CThe axes are not synchronized between the two map layers.
DThe color palette used is not compatible with maps.
Attempts:
2 left
💡 Hint

Check if the axes scales match between layers.

🎯 Scenario
expert
3:00remaining
Designing a Dual-Axis Map for Sales and Customer Density

You need to build a dual-axis map in Tableau that shows sales by state as filled areas and customer density as graduated circle points by city. Which approach best ensures accurate and clear visualization?

AUse State as filled map layer with sales color encoding, City as point layer with customer count size encoding, synchronize axes, and add tooltips for details.
BUse City as filled map layer with sales color encoding, State as point layer with customer count size encoding, do not synchronize axes, and add labels for states.
CCreate two separate maps on dashboard side by side, one for sales by state and one for customer density by city, without dual-axis.
DUse State and City combined in one layer with sales and customer count both encoded as color gradients.
Attempts:
2 left
💡 Hint

Consider layering filled areas and points with appropriate encoding and axis synchronization.