0
0
Tableaubi_tool~15 mins

Interface overview (data pane, shelves, canvas) in Tableau - Real Business Scenario

Choose your learning style9 modes available
Scenario Mode
👤 Your Role: You are a new Tableau user learning to create visual reports.
📋 Request: Your manager wants you to understand the Tableau interface so you can build dashboards easily.
📊 Data: You have a simple sales dataset with columns: Date, Region, Product, Sales, and Quantity.
🎯 Deliverable: You need to explore the Tableau interface by identifying the Data Pane, Shelves, and Canvas, and create a basic bar chart showing total Sales by Region.
Progress0 / 6 steps
Sample Data
DateRegionProductSalesQuantity
2024-01-01NorthWidget A5005
2024-01-02SouthWidget B3003
2024-01-03EastWidget A4504
2024-01-04WestWidget C7007
2024-01-05NorthWidget B6006
2024-01-06SouthWidget C3503
2024-01-07EastWidget B4004
2024-01-08WestWidget A6506
1
Step 1: Open Tableau and connect to the sales dataset provided.
Use 'Connect' pane to load the data file with columns Date, Region, Product, Sales, Quantity.
Expected Result
Data appears in the Data Pane on the left side of the Tableau interface.
2
Step 2: Identify the Data Pane on the left side of the Tableau window.
Look for the list of fields grouped as Dimensions (Date, Region, Product) and Measures (Sales, Quantity).
Expected Result
You see all data fields organized by type in the Data Pane.
3
Step 3: Locate the Shelves area at the top of the workspace.
Find the Columns and Rows shelves where you drag fields to build views.
Expected Result
Shelves are visible above the main canvas area, ready to accept fields.
4
Step 4: Find the Canvas area in the center of the screen.
This is the large blank space where visualizations appear as you build them.
Expected Result
Canvas is empty initially, waiting for fields to be placed on shelves.
5
Step 5: Create a bar chart showing total Sales by Region.
Drag 'Region' from Data Pane to Rows shelf. Drag 'Sales' to Columns shelf. Tableau automatically sums Sales.
Expected Result
Canvas displays a bar chart with Regions on vertical axis and total Sales as horizontal bars.
6
Step 6: Verify the chart shows correct totals: North=1100, South=650, East=850, West=1350.
Sum Sales by Region from sample data: North(500+600), South(300+350), East(450+400), West(700+650).
Expected Result
Bar lengths correspond to these totals on the canvas.
Final Result
Tableau Interface Overview

+----------------+----------------+----------------+
| Data Pane      | Shelves        | Canvas         |
| (Fields list)  | (Columns, Rows)| (Bar Chart)    |
|                |                |                |
| Region         | Region         |  |      |      |
| Product        | Sales          |  |      |      |
| Sales          |                |  |      |      |
+----------------+----------------+----------------+

Bar Chart: Total Sales by Region
North  |███████████ 1100
South  |█████ 650
East   |███████ 850
West   |████████████ 1350
The Data Pane shows all fields from the dataset grouped as Dimensions and Measures.
Shelves are where you drag fields to build visualizations.
The Canvas displays the resulting chart after placing fields on shelves.
Total Sales by Region bar chart shows West has the highest sales, followed by North, East, and South.
Bonus Challenge

Add the 'Product' field to the Color shelf to see sales by product within each region.

Show Hint
Drag 'Product' from Data Pane to the Color mark on the Marks card to split bars by product.