0
0
Tableaubi_tool~20 mins

Highlight tables in Tableau - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Highlight Table Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the correct way to create a highlight table in Tableau

You want to create a highlight table that colors cells based on sales values. Which option correctly describes the steps to achieve this?

ADrag 'Sales' to Rows, 'Category' to Columns, and set 'Sales' as a filter.
BDrag 'Sales' to Color on the Marks card and 'Category' to Rows, 'Sub-Category' to Columns.
CDrag 'Category' to Color and 'Sales' to Size on the Marks card.
DDrag 'Sub-Category' to Detail and 'Profit' to Tooltip.
Attempts:
2 left
💡 Hint

Highlight tables use color to show measure values across categories.

dax_lod_result
intermediate
2:00remaining
Calculate total sales per category for a highlight table

Given a sales table with columns 'Category' and 'SalesAmount', which DAX measure correctly calculates total sales per category for use in a highlight table?

Tableau
Total Sales by Category = SUM(Sales[SalesAmount])
ATotal Sales by Category = AVERAGE(Sales[SalesAmount])
BTotal Sales by Category = CALCULATE(SUM(Sales[SalesAmount]), ALL(Sales))
CTotal Sales by Category = COUNT(Sales[Category])
DTotal Sales by Category = SUM(Sales[SalesAmount])
Attempts:
2 left
💡 Hint

Sum the sales amount grouped by category.

🧠 Conceptual
advanced
2:00remaining
Why use highlight tables instead of regular tables?

What is the main advantage of using highlight tables over regular tables in business intelligence dashboards?

AHighlight tables use color to quickly show patterns and outliers in data.
BHighlight tables reduce the number of rows displayed to improve performance.
CHighlight tables automatically group data by date hierarchy.
DHighlight tables replace the need for charts and graphs.
Attempts:
2 left
💡 Hint

Think about how color helps in understanding data.

🔧 Formula Fix
advanced
2:00remaining
Identify the error in this Tableau highlight table setup

You created a highlight table but the colors do not change based on sales values. What is the likely cause?

Setup: 'Category' on Rows, 'Sub-Category' on Columns, 'Sales' on Size, but no field on Color.

A'Sales' should be on Tooltip instead of Size.
B'Category' should be on Columns, not Rows.
CMissing 'Sales' on Color; size does not control color intensity.
DYou need to add 'Profit' to Color for sales to show.
Attempts:
2 left
💡 Hint

Color controls the shading in highlight tables.

🎯 Scenario
expert
3:00remaining
Design a highlight table to compare monthly sales across regions

You have sales data by month and region. You want a highlight table that shows months on rows, regions on columns, and colors cells by total sales. Which Tableau setup achieves this?

APlace 'Month' on Rows, 'Region' on Columns, and drag 'Sales' to Color on the Marks card.
BPlace 'Region' on Rows, 'Month' on Columns, and drag 'Sales' to Size on the Marks card.
CPlace 'Month' on Columns, 'Region' on Rows, and drag 'Sales' to Tooltip.
DPlace 'Sales' on Rows, 'Month' on Columns, and 'Region' on Color.
Attempts:
2 left
💡 Hint

Highlight tables use color to show measure values across two dimensions.