No history yet

Tableau Interface Basics

The Tableau Workspace

When you first open Tableau, you’ll see the start screen. On the left, you have options to connect to your data, whether it's in a simple file like an Excel spreadsheet or a more complex database. For now, we'll focus on what happens after your data is loaded.

Once you open a project, you're in the main workspace. This is where you'll build your charts and dashboards. A Tableau file is called a workbook. Inside a workbook, you can have multiple worksheets, dashboards, and stories. Think of a worksheet as a single chart, a dashboard as a collection of charts on one screen, and a story as a sequence of dashboards that walk you through a narrative.

Lesson image

The Sidebar

On the left side of your screen is the sidebar. It has two main tabs: Data and Analytics.

The Data pane is your starting point. It lists all the fields from your data source, neatly organized. Tableau automatically categorizes them into Dimensions and Measures, which is its way of separating your qualitative data (like names or dates) from your quantitative data (the numbers you can count or average).

The Analytics pane holds more advanced tools. Here, you can drag things like reference lines, trend lines, or forecasts directly onto your charts. We won't dive deep into these yet, but it's good to know where they are.

Shelves and Cards

The core of building a visualization in Tableau happens by dragging and dropping fields from the Data pane onto different areas called "shelves."

  • Columns Shelf: Fields placed here create the columns of your chart. Think of this as the x-axis.
  • Rows Shelf: Fields here create the rows. This is your y-axis.

By placing a dimension on one shelf and a measure on the other, you create a basic chart. For example, dragging 'Region' to Columns and 'Sales' to Rows would create a bar chart showing sales for each region.

Two other important shelves are Filters and Pages. The Filters shelf lets you include or exclude data. For example, you could drag the 'Year' field here to only show data for a specific year. The Pages shelf creates a sequence of charts, like flipping through the pages of a book, to see how a visualization changes over time or by category.

Next to your canvas, you'll find a set of boxes called Cards. The most important one is the Marks Card. This card is your control panel for customizing the visual details of your chart. It has several properties you can drag fields to:

  • Color: Changes the color of your marks based on the field you drop here. Drag a dimension like 'Category' to give each category a different color.
  • Size: Adjusts the size of the marks. Drop a measure like 'Profit' here to make more profitable marks appear larger.
  • Text (or Label): Displays a text label on each mark.
  • Detail: Breaks down the visualization into more granular marks without affecting color or size. For instance, on a map, dropping 'State' here would create a separate mark for each state.
  • Tooltip: Customizes the text that appears when you hover your mouse over a mark.

Toolbar and Show Me

Above the shelves is the toolbar, which contains common commands. You'll find buttons for undo and redo, saving your workbook, and sorting data in ascending or descending order. It’s your go-to for quick actions.

To the right of the workspace, you'll see a button labeled Show Me. This is one of Tableau's most helpful features for beginners. When you click it, a panel appears showing different chart types. Based on the fields you've selected in the Data pane, Show Me highlights the charts that are best suited for that data. It's a great way to explore visualization options and learn which charts work best for different kinds of analysis.

Lesson image

Getting comfortable with these key areas of the interface is the first big step. Now let's test your knowledge.

Quiz Questions 1/6

In a Tableau workbook, what is the correct hierarchy and relationship between worksheets, dashboards, and stories?

Quiz Questions 2/6

How does Tableau automatically categorize the fields from your data source in the Data pane?