0
0
Tableaubi_tool~20 mins

Reference bands in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Reference Band Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Purpose of Reference Bands in Tableau

What is the main purpose of adding a reference band to a Tableau visualization?

ATo filter data points outside a specific range
BTo highlight a range of values between two reference lines for better comparison
CTo change the color scheme of the entire chart
DTo add labels to individual data points
Attempts:
2 left
💡 Hint

Think about how reference bands help viewers understand data ranges visually.

dax_lod_result
intermediate
1:30remaining
Reference Band Calculation Result

Given a Tableau reference band set between the average sales of $500 and $1000, what will be the color of data points with sales of $750 if the band color is blue?

ABlue
BRed
CNo color change
DGreen
Attempts:
2 left
💡 Hint

Reference bands color the background band, not the individual data points.

visualization
advanced
2:00remaining
Best Practice for Reference Band Placement

Which placement of a reference band in a sales over time line chart best helps users identify periods of high sales?

ABetween the minimum and median sales values
BBetween the median and 25th percentile sales values
CBetween zero and the average sales value
DBetween the 75th percentile and maximum sales values
Attempts:
2 left
💡 Hint

Think about highlighting the top sales periods.

🔧 Formula Fix
advanced
2:00remaining
Why Reference Band Does Not Appear

A user adds a reference band between fixed values 100 and 200 on a scatter plot, but the band does not show. What is the most likely reason?

AThe data points' values are all outside the 100 to 200 range
BThe reference band color is set to transparent
CThe axis is not continuous
DReference bands cannot be added to scatter plots
Attempts:
2 left
💡 Hint

Check if the band range overlaps the data range.

🎯 Scenario
expert
2:30remaining
Using Reference Bands to Highlight Performance Targets

You have monthly sales data and want to highlight months where sales were between the target minimum of $8000 and target maximum of $12000 using a reference band. Which steps correctly create this in Tableau?

AAdd a reference band on the sales axis with fixed values 8000 and 12000, set band color to light green, and ensure the axis is continuous.
BAdd a reference line at 8000 and another at 12000, then color data points between them manually.
CCreate a calculated field to filter sales between 8000 and 12000 and use it as a filter instead of a reference band.
DAdd a reference band with dynamic values based on average sales, ignoring fixed target values.
Attempts:
2 left
💡 Hint

Think about how to visually highlight a fixed range on the axis.