0
0
Tableaubi_tool~8 mins

Filter actions in Tableau - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Filter actions
Dashboard Goal

Answer the question: How do sales vary by region and category? Use filter actions to explore details interactively.

Sample Data
Order IDRegionCategorySalesProfit
1001EastFurniture30050
1002WestTechnology450120
1003EastOffice Supplies15030
1004SouthFurniture20040
1005WestOffice Supplies10020
1006NorthTechnology500150
1007SouthTechnology35080
Dashboard Components
  • KPI Card: Total Sales
    Formula: SUM([Sales])
    Result: 2050
  • KPI Card: Total Profit
    Formula: SUM([Profit])
    Result: 490
  • Bar Chart: Sales by Region
    Shows total sales for each region.
    Data: Group by [Region], SUM([Sales])
  • Pie Chart: Sales by Category
    Shows sales distribution by category.
    Data: Group by [Category], SUM([Sales])
  • Detail Table: Orders
    Shows Order ID, Region, Category, Sales, Profit.
    Updates based on filter actions.
Dashboard Layout
+----------------------+----------------------+
|   Total Sales (KPI)  |   Total Profit (KPI)  |
+----------------------+----------------------+
|                      Bar Chart: Sales by Region                      |
+---------------------------------------------------------------------+
|                      Pie Chart: Sales by Category                    |
+---------------------------------------------------------------------+
|                             Detail Table                             |
+---------------------------------------------------------------------+
Interactivity

Clicking a bar in the Sales by Region chart filters the Pie Chart and Detail Table to show only data for that region.

Clicking a slice in the Sales by Category pie chart filters the Bar Chart and Detail Table to show only data for that category.

Clearing the selection resets all filters.

Self Check

If you click the "East" region bar in the Sales by Region chart, which components update and what data do they show?

  • Pie Chart: Shows sales distribution only for East region (Furniture: 300, Office Supplies: 150).
  • Detail Table: Shows only orders from East region (Order IDs 1001 and 1003).
  • Bar Chart: Remains showing all regions (unless filtered by pie chart).
Key Result
Interactive sales dashboard with filter actions linking region and category views.