0
0
Tableaubi_tool~8 mins

First Tableau visualization - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - First Tableau visualization
Dashboard Goal

Show total sales and sales by product category to understand which category sells best.

Sample Data
Order ID Product Category Sales Order Date
1001Furniture2002024-01-05
1002Office Supplies1502024-01-06
1003Technology3002024-01-07
1004Furniture4502024-01-08
1005Technology5002024-01-09
1006Office Supplies1002024-01-10
1007Furniture3502024-01-11
Dashboard Components
  • KPI Card: Total Sales
    Formula: SUM([Sales])
    Result: 2050
  • Bar Chart: Sales by Product Category
    Formula: SUM([Sales]) grouped by [Product Category]
    Results:
    - Furniture: 1000
    - Office Supplies: 250
    - Technology: 800
  • Table: Detailed Sales Data
    Shows all rows from sample data with columns Order ID, Product Category, Sales, Order Date
Dashboard Layout
+----------------------+-------------------------+
|      Total Sales      |  Sales by Product Cat.  |
|       (KPI Card)      |       (Bar Chart)       |
+----------------------+-------------------------+
|                  Detailed Sales Data                |
|                        (Table)                      |
+-----------------------------------------------------+
    
Interactivity

A filter on Product Category lets users select one or more categories.

When a category is selected, the KPI card updates total sales for that category only.

The bar chart updates to show sales only for selected categories.

The detailed sales table filters to show only orders from the selected categories.

Self Check

If you add a filter for Product Category = Technology, which components update?

  • The Total Sales KPI updates to show 800.
  • The Bar Chart shows only the Technology category bar.
  • The Detailed Sales Table shows only rows with Technology category.
Key Result
A simple Tableau dashboard showing total sales, sales by product category, and detailed sales data with interactive category filter.