Dashboard Mode - Tooltip customization
Goal
Understand how to customize tooltips in Tableau to show extra useful information when hovering over data points.
Understand how to customize tooltips in Tableau to show extra useful information when hovering over data points.
| Region | Product | Sales | Profit | Quantity |
|---|---|---|---|---|
| East | Chair | 300 | 90 | 15 |
| West | Desk | 450 | 135 | 10 |
| East | Table | 200 | 60 | 8 |
| South | Chair | 150 | 45 | 7 |
| North | Desk | 400 | 120 | 12 |
| South | Table | 350 | 105 | 9 |
SUM([Sales]). Result: 1850SUM([Sales]) grouped by [Region].SUM([Sales]))SUM([Profit]))AVG([Quantity]))Region: East
Total Sales: $500
Total Profit: $150
Avg Quantity: 11.5+-----------------------+ | Total Sales | | (KPI) | +-----------------------+ | | | Sales by Region | | (Bar Chart) | | | +-----------------------+
The tooltip updates dynamically when you hover over each bar in the Sales by Region chart. It shows the correct totals and averages for the hovered region only.
No filters are applied in this simple example, but adding a Region filter would update the bar chart and tooltip values accordingly.
If you add a filter to show only the East region, which components update?