0
0
Tableaubi_tool~20 mins

Highlight actions in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Highlight Action Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
How does a Highlight Action work in Tableau?

In Tableau, what happens when you use a Highlight Action on a dashboard?

AIt removes all marks except the selected ones from the view.
BIt filters the data to show only the selected marks.
CIt changes the color of selected marks to emphasize them while keeping others visible.
DIt exports the selected data to a new worksheet automatically.
Attempts:
2 left
💡 Hint

Think about what 'highlight' means visually on a dashboard.

dax_lod_result
intermediate
2:00remaining
Result of Highlight Action on Color Encoding

Suppose you have a Tableau dashboard with a Highlight Action set on a category field. What is the expected visual output when you select a category?

AOnly the selected category's marks remain colored; all others turn gray.
BAll marks change to the same color regardless of category.
CThe selected category's marks become larger but keep their original color.
DThe selected category's marks disappear from the view.
Attempts:
2 left
💡 Hint

Highlight Actions usually change color intensity or brightness.

visualization
advanced
3:00remaining
Designing a Dashboard with Highlight Actions

You want to create a dashboard where selecting a bar in a sales chart highlights related customer segments in another chart without filtering them out. Which Tableau feature should you use?

AUse a Filter Action between the charts.
BUse a Highlight Action between the charts.
CUse a URL Action to link the charts.
DUse a Parameter Action to change the data source.
Attempts:
2 left
💡 Hint

Think about keeping all data visible but emphasizing related parts.

🔧 Formula Fix
advanced
2:30remaining
Why is the Highlight Action not working as expected?

You set up a Highlight Action on a dashboard, but when you select marks, nothing changes visually. What is the most likely cause?

AThe data source is not connected to the workbook.
BThe Highlight Action is set to run on hover instead of select.
CThe dashboard has too many sheets for Highlight Actions to work.
DThe source and target sheets do not share any common fields.
Attempts:
2 left
💡 Hint

Highlight Actions require a link between sheets.

🎯 Scenario
expert
4:00remaining
Combining Highlight Actions with Filters for Advanced Interaction

You want a dashboard where selecting a region highlights related sales categories in one chart and filters the product list in another chart simultaneously. How should you configure the actions?

ACreate a Highlight Action between region and sales categories, and a Filter Action between region and product list.
BCreate two Highlight Actions: one for sales categories and one for product list.
CCreate two Filter Actions: one for sales categories and one for product list.
DCreate a Parameter Action to control both sales categories and product list.
Attempts:
2 left
💡 Hint

Think about when to highlight vs when to filter data.