You want to create a highlight table that colors cells based on sales values. Which option correctly describes the steps to achieve this?
Highlight tables use color to show measure values across categories.
Dragging the measure 'Sales' to Color and dimensions to Rows and Columns creates a highlight table where color intensity shows sales values.
Given a sales table with columns 'Category' and 'SalesAmount', which DAX measure correctly calculates total sales per category for use in a highlight table?
Total Sales by Category = SUM(Sales[SalesAmount])
Sum the sales amount grouped by category.
SUM aggregates sales amounts per category automatically when used in a visual with category dimension.
What is the main advantage of using highlight tables over regular tables in business intelligence dashboards?
Think about how color helps in understanding data.
Highlight tables add color shading to cells, making it easier to spot trends and differences at a glance.
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.
Color controls the shading in highlight tables.
Highlight tables rely on color to show measure intensity. Using size alone won't color the cells.
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?
Highlight tables use color to show measure values across two dimensions.
Placing months on rows and regions on columns with sales on color creates a grid where color intensity shows sales per month-region pair.