Dashboard Mode - Filled maps (choropleth)
Business Question
Which US states have the highest total sales, and how do sales compare across states?
Jump into concepts and practice - no test required
Which US states have the highest total sales, and how do sales compare across states?
| State | Sales |
|---|---|
| California | 300000 |
| Texas | 250000 |
| New York | 200000 |
| Florida | 150000 |
| Illinois | 100000 |
| Ohio | 90000 |
| Georgia | 85000 |
| Washington | 80000 |
SUM([Sales])+----------------------+-----------------------+ | KPI Card | Filled Map (US) | | Total Sales: 1.255M | (States colored by | | | sales intensity) | +----------------------+-----------------------+ | Sales Table | | (States and sales sorted descending) | +------------------------------------------------+
Filter by Region: Users can select regions (e.g., West, South) to update the filled map, KPI card, and sales table simultaneously.
Hover on Map: Hovering over a state highlights it and shows a tooltip with sales details.
Sort Table: Users can sort the sales table ascending or descending to explore data.
If you add a filter to show only the "West" region, which components update and what changes occur?
filled map (choropleth) in Tableau?Sales measure to the Color shelf and set the aggregation to SUM?