flowchart LR
A[Tableau Desktop] --> B[Connect to Data]
B --> C[Data Source Page]
C --> D[Worksheet Interface]
D --> E[Dimensions & Measures <br> Data Pane]
D --> F[Rows & Columns <br> Shelves]
D --> G[Marks Card <br> Colour, Size, Label...]
D --> H[Canvas <br> Visualization]
H --> I[Dashboard]
H --> J[Story]
style A fill:#e3f2fd,stroke:#1976D2
style D fill:#fff9c4,stroke:#F9A825
style H fill:#e8f5e9,stroke:#388E3C
style I fill:#f3e5f5,stroke:#7B1FA2
style J fill:#fce4ec,stroke:#C62828
8 Introducing Tableau
This chapter is your entry point into Tableau Desktop. You will learn the history and product family of Tableau, how to install and activate Tableau Desktop, how to navigate the Start Page, and how to understand the fundamental architecture that powers every Tableau workbook, the VizQL engine, the Data pane, the Shelf structure, and the Marks card. By the end of this chapter, you will be able to launch Tableau Desktop, connect to a data source, and describe what every element of the interface does. All of the analytical skills from Chapters 1–7 will come alive as you apply them in this environment.
8.1 The Tableau Product Family
Tableau is a suite of products, not a single application. Understanding which product does what will help you navigate your organisation’s analytics infrastructure and choose the right tool for each task.
| Product | Purpose | Who Uses It |
|---|---|---|
| Tableau Desktop | Build workbooks, dashboards, and stories | Analysts and data professionals |
| Tableau Prep Builder | Clean, shape, and combine data before analysis | Analysts, data engineers |
| Tableau Server | Publish, share, and collaborate on Tableau content within an organisation | All employees via web browser |
| Tableau Cloud | Cloud-hosted version of Tableau Server (no infrastructure to manage) | Organisations using SaaS |
| Tableau Public | Free, public publishing platform for sharing visualizations | Students, journalists, researchers |
| Tableau Mobile | Access published dashboards on iOS and Android | Business users on the go |
| Tableau CRM | AI-powered analytics integrated into Salesforce CRM | Salesforce customers |
This ebook focuses primarily on Tableau Desktop (for building) and Tableau Prep Builder (covered in Chapters 15–17). All the skills you develop are directly transferable to Tableau Server and Tableau Cloud, which are the delivery platforms for your finished work.
If you do not have a Tableau Desktop licence, Tableau Public is a completely free version that allows you to build and publish workbooks. The only limitation is that all workbooks must be saved to the public Tableau Public gallery, you cannot save locally. For learning purposes and portfolio building, Tableau Public is an excellent option. Download it at public.tableau.com.
8.2 Installing and Activating Tableau Desktop
Minimum system requirements for Tableau Desktop (2024 and later): - Operating System: Windows 10 or later (64-bit); macOS 12 Monterey or later. - RAM: 8 GB minimum; 16 GB recommended for large datasets. - Disk space: 1.5 GB for installation. - Display: 1366 × 768 minimum; 1920 × 1080 recommended.
Installation steps: 1. Navigate to tableau.com/products/desktop and click Try it Free (14-day trial) or Buy Now. 2. Download the installer (.exe for Windows, .dmg for macOS). 3. Run the installer and follow the setup wizard. Accept the licence agreement. 4. Launch Tableau Desktop after installation. 5. On first launch, you will be prompted to activate with a product key or sign in to a Tableau account. For a trial, click Start Trial. 6. The Start Page appears, you are ready to begin.
Tableau ships with sample datasets that are perfect for learning. The most important is Sample - Superstore, a fictional retail dataset used throughout this ebook.
- On the Start Page, look for the Sample Workbooks section on the right side.
- Click Superstore to open the pre-built workbook, which demonstrates many of Tableau’s features.
- Alternatively, to connect to the raw data: under Connect > To a File > Microsoft Excel, navigate to
My Tableau Repository > Datasources > [version] > en_GB-GB(or en_US) and open Sample - Superstore.xls.
[Insert screenshot of the Tableau Start Page with the Sample Workbooks section highlighted on the right]
8.3 The Tableau Interface: A Complete Tour
When you launch Tableau Desktop, the Start Page appears. It has three columns:
- Connect (left), Links to connect to files (Excel, CSV, PDF, JSON), servers (SQL Server, Oracle, Google BigQuery, Snowflake), and saved data sources.
- Open (centre), Your recently opened workbooks. Click any to reopen.
- Discover (right), Links to sample workbooks, training videos, and the Tableau community.
The Start Page is your launch point every time you open Tableau. After connecting to a data source, you will move to the Data Source Page.
[Insert screenshot of the Tableau Desktop Start Page with all three columns labelled]
After connecting to a data source, Tableau displays the Data Source Page, a preview environment where you configure your data before building charts. Key components:
- Connections panel (top left), Shows all connected files or databases. You can add multiple connections here for data blending or joins.
- Canvas (top centre), Shows the tables from your data source. Drag tables here to create joins.
- Data grid (bottom), A preview of the first 1,000 rows of your data after all joins and transformations.
- Connection type (top right), Switch between Live (query the database in real time) and Extract (import data into Tableau’s in-memory Hyper engine for speed).
[Insert screenshot of the Tableau Data Source Page with a single Excel table loaded, the canvas visible, and the data grid showing sample rows]
The worksheet is where you build visualizations. It is divided into eight key areas:
| Area | Location | Purpose |
|---|---|---|
| Toolbar | Top | Quick access to undo, redo, save, show/hide shelves, and present mode |
| Data pane | Left | Lists all fields (dimensions and measures) from the connected data source |
| Analytics pane | Left (tab behind Data) | Drag reference lines, trend lines, forecasts, and clusters onto the view |
| Columns shelf | Top of canvas | Fields dragged here appear on the X-axis or as column headers |
| Rows shelf | Left of canvas | Fields dragged here appear on the Y-axis or as row headers |
| Filters shelf | Above canvas | Fields dragged here filter the data shown in the view |
| Pages shelf | Above canvas | Fields dragged here create a “flipbook” animation of the view |
| Marks card | Centre-left | Controls how marks are displayed: type, colour, size, label, detail, tooltip |
[Insert screenshot of the full Tableau worksheet interface with each of the eight areas labelled with call-out boxes]
8.4 The Data Pane: Dimensions and Measures
When you connect to a data source, Tableau automatically classifies every field as either a Dimension or a Measure, and as either Discrete or Continuous. Understanding this classification is fundamental to understanding why Tableau behaves the way it does.
Dimension: A qualitative or categorical field. Tableau uses dimensions to define the structure of the view, they create headers and partition the data. Examples: Category, Region, Customer Name, Order Date (when used as a discrete date).
Measure: A quantitative field. Tableau aggregates measures (by default, with SUM) and displays them as values on an axis. Examples: Sales, Profit, Quantity, Discount.
Discrete (blue pills): Individual, distinct values. When placed on Rows or Columns, they create headers.
Continuous (green pills): A range of values forming an axis. When placed on Rows or Columns, they create a quantitative axis.
The colour of a field’s pill in the shelf (blue = discrete, green = continuous) tells you exactly how Tableau will use it.
Tableau’s automatic classification is usually correct, but you may need to override it:
-
Dimension to Measure: Right-click the field in the Data pane and select Convert to Measure. Example: a
Customer IDfield is a number but should be treated as a dimension (identifier), not measured. - Measure to Dimension: Right-click and select Convert to Dimension.
- Discrete to Continuous: Right-click the pill on the shelf and select Continuous from the menu.
- Date fields: Right-click a date field to choose whether to use it as a discrete date part (e.g., “Month of Year”, same month across all years) or as a continuous date value (e.g., “Month/Year”, a specific calendar month).
Understanding these conversions is essential because the same field can produce very different charts depending on how it is classified.
Students frequently drag Order Date to Columns and see a single bar representing all years combined, rather than a time series. This happens because Tableau defaults to using YEAR(Order Date) as a discrete dimension. To see a continuous time series, right-click the date pill on the shelf and change it from the discrete date (shown with a calendar icon and a blue pill) to the continuous date (green pill). This is one of the first “gotchas” every new Tableau user encounters.
8.5 The Marks Card: Controlling Visual Encoding
The Marks card is the most important panel in the Tableau worksheet interface. It controls how the data is visually encoded, the shape, colour, size, label, detail, and tooltip of every mark in the view. Every pre-attentive attribute discussed in Chapter 1 is controlled here.
Marks card shelves:
| Shelf | Effect | Example Use |
|---|---|---|
| Mark type (dropdown) | Sets the geometric shape of marks | Automatic, Bar, Line, Area, Circle, Square, Map, Pie, Text, Gantt Bar, Polygon, Density |
| Colour | Encodes a field as colour | Drag Region here to colour-code marks by region |
| Size | Encodes a field as mark size | Drag Sales here for a bubble chart |
| Label | Adds text labels to marks | Drag Profit here to label each bar with its profit value |
| Detail | Adds granularity without encoding visually | Drag Order ID here to disaggregate without changing colour or size |
| Tooltip | Controls what appears when hovering | Edit the tooltip text to include custom narrative and additional fields |
[Insert screenshot of the Marks card with all six shelves labelled and an example field dragged onto each shelf]
The Detail shelf is one of the most underused features of the Marks card. When you drag a dimension to Detail, it increases the granularity of the view (creates more marks) without changing any visible encoding. This is invaluable for scatter plots: dragging Order ID to Detail creates one mark per order rather than one aggregated mark per category, revealing the full distribution rather than just the summary.
8.6 Your First Visualization in Tableau
This walkthrough uses the Sample - Superstore dataset to build a sorted bar chart of Sales by Sub-Category, coloured by Category.
- Open Tableau Desktop and connect to Sample - Superstore.xls (Microsoft Excel connection).
- On the Data Source Page, drag the Orders sheet to the canvas. Verify the data grid shows order rows.
- Click Sheet 1 tab at the bottom to open the first worksheet.
- In the Data pane, find
Sub-Categoryunder Dimensions and drag it to the Rows shelf. - Find
Salesunder Measures and drag it to the Columns shelf. Tableau creates a horizontal bar chart. - Click the Sort Descending button on the toolbar to sort by Sales.
- Drag
Categoryfrom Dimensions to the Colour shelf on the Marks card. - Double-click the sheet tab and rename it “Sales by Sub-Category.”
- Press Ctrl+S (Windows) or Cmd+S (macOS) to save the workbook. Name it
Module-2-Practice.twbx.
You have built your first Tableau chart. Every chart in this ebook follows the same fundamental pattern of this workflow.
[Insert screenshot of the completed sorted bar chart with Category colour coding, Sales on X-axis, Sub-Category on Y-axis]
Tableau saves workbooks in two formats:
| Format | Extension | Description |
|---|---|---|
| Tableau Workbook | .twb | XML file that stores the workbook structure but NOT the data. Requires access to the original data source. |
| Tableau Packaged Workbook | .twbx | Bundles the workbook and the data together in a single file. Ideal for sharing with colleagues who don’t have access to the original data source. |
Always save as .twbx when sharing with colleagues or submitting for review. Use .twb when the data source is a shared server that all recipients can access.
8.7 Summary
| Concept | Definition | Location in Tableau |
|---|---|---|
| Tableau Desktop | Primary tool for building workbooks and dashboards | Standalone application |
| Start Page | Launch point for connecting and opening workbooks | Appears on startup |
| Data Source Page | Configure connections, joins, and data extracts | Tab at bottom left: “Data Source” |
| Worksheet | The canvas where you build individual charts | Sheet tabs at the bottom |
| Data pane | Lists all fields from the connected data | Left panel of worksheet |
| Dimensions | Qualitative/categorical fields (blue) | Top section of Data pane |
| Measures | Quantitative fields (green) | Bottom section of Data pane |
| Marks card | Controls visual encoding (colour, size, label, type) | Centre-left of worksheet |
| Shelves | Rows, Columns, Filters, Pages | Surrounding the canvas |
The best way to build fluency in Tableau is repetition with real data. After completing this chapter, spend 30 minutes exploring the Superstore dataset freely, drag different fields to different shelves, change mark types, and observe what Tableau does. You will learn more from 30 minutes of undirected exploration than from reading any number of descriptions. Tableau is designed to be exploratory, and its interface rewards curiosity.