Tableau Lesson 7 – Visual Shelf | Dataplexa
Section I — Lesson 7

The Visual Shelf

Every chart in Tableau is built by placing fields onto shelves — and understanding how each shelf works gives you complete control over what your visualisation looks like before you drag a single field.

The Shelf System

Tableau's worksheet has a set of named shelves — dedicated drop zones that each control a specific aspect of the chart. Think of each shelf as a channel: whatever field you place on it gets encoded in a particular visual way. The five shelves you will use in every lesson are Columns, Rows, Filters, Pages, and the Marks card properties.

COL
Columns Shelf

Controls the horizontal axis. A Dimension on Columns creates column headers across the top. A Measure on Columns creates a horizontal axis with a numeric scale. You can place multiple fields on Columns to create side-by-side panels.

ROW
Rows Shelf

Controls the vertical axis. A Dimension on Rows creates row headers down the left. A Measure on Rows creates a vertical axis with a numeric scale. Adding more fields to Rows stacks charts vertically into separate panes.

FIL
Filters Shelf

Restricts which data is included in the view. Dropping a field here does not add it to the chart visually — it just limits the rows of data that feed into the chart. You can filter by value, condition, or date range.

PAG
Pages Shelf

Splits the view into separate pages — one per value of the field. Useful for animated walkthroughs by year or category. Less commonly used than the other shelves but powerful for presentations.

The Marks Card — Visual Encoding Properties

The Marks card is not a single shelf — it is a collection of encoding channels. Each channel controls one visual property of the marks drawn in the view. Dropping a field onto a Marks channel encodes that field visually without adding it to an axis.

Marks Card — All Encoding Channels
Color

Drop a Dimension to colour marks by category. Drop a Measure for a colour gradient from low to high. The most used encoding channel.

Size

Drop a Measure to scale mark size by value. Large values get bigger marks. Heavily used in bubble charts and packed circle views.

123
Label

Drop any field to show its value as text on or near each mark. Use with Measure values to show exact numbers on bar charts.

Tooltip

Drop extra fields here to include them in the hover tooltip without showing them on the chart itself. Great for adding context without cluttering the view.

🔍
Detail

Adds granularity to the view — creates more marks without applying any visual encoding. One mark per unique combination of all Detail fields.

🔷
Shape

Available on Shape mark type. Drop a Dimension to assign a different shape to each category value in scatter plots and symbol maps.

The Mark Type Selector

At the top of the Marks card is a dropdown that lets you choose the mark type — the shape Tableau uses to represent each data point. Tableau picks a sensible default based on what fields you have placed, but you can override it at any time.

Mark Type Tableau Uses It For Typical Scenario
Bar One bar per category, height = measure value Sales by Category, Revenue by Region
Line Points connected in sequence, usually by date Monthly Sales trend, daily website visits
Circle / Shape One dot per data point Scatter plots, individual order views
Text Renders the label value directly in the view Cross-tab text tables, highlight tables
Area Filled area below a line Cumulative trends, stacked area charts
Map Auto-selected when geographic fields are used Sales by State, customers by Country
Automatic Tableau chooses the mark type based on field types Default for new worksheets — let Tableau decide first

Building a Chart — The Shelf Interaction in Practice

Here is a step-by-step example of building a bar chart of Sales by Region using the Superstore data — showing exactly which shelf each field goes onto and what the view looks like at each step:

1
Drag Region (Dimension) from the Data pane onto the Columns shelf. Tableau creates four column headers: East, West, Central, South. The canvas shows an empty grid.
2
Drag Sales (Measure) from the Data pane onto the Rows shelf. Tableau builds four bars — one per region — each proportional to the SUM of Sales for that region.
3
Drag Category (Dimension) onto the Color channel on the Marks card. Each bar splits into three coloured segments — one per Category. The chart is now a stacked bar chart with no additional fields needed.
4
Drag Segment (Dimension) onto the Filters shelf. A filter dialog appears. Select Consumer only and click OK. The chart now shows only Consumer segment data — the bars shrink but the structure stays the same.

A Fully Built Shelf Layout — Mockup

Here is what the worksheet looks like after completing the four steps above:

Tableau Desktop — Sheet 1 Superstore Orders
Dimensions
Abc Category
Abc Region
Abc Segment
Measures
# Sales
# Profit
Filters: Segment = Consumer
Columns Region
Rows SUM(Sales)
Central
East
South
West
Furniture
Office Supplies
Technology
Marks
Bar
Color: Category
Size
Label
Detail
Tooltip

Multiple Fields on the Same Shelf

You are not limited to one field per shelf. Placing multiple fields on Columns or Rows produces nested or panelled layouts that let you compare data at multiple levels of detail simultaneously.

Two Dimensions on Columns
Columns Category Sub-Category

Creates a nested column structure — Sub-Category headers appear inside each Category group. Produces a detailed breakdown without needing filters.

Two Measures on Rows
Rows SUM(Sales) SUM(Profit)

Creates two separate chart panes stacked vertically — one for Sales and one for Profit — both sharing the same Columns axis. Ideal for comparing two metrics side by side.

📌 Teacher's Note

When a chart looks wrong, the shelf is almost always the reason. The two most common mistakes are placing a Measure where a Dimension belongs (getting a single aggregated bar instead of multiple bars) and placing a field on the wrong axis (chart is sideways). Before adjusting anything else, check each shelf: does every field on Columns and Rows make sense for what you are trying to show? A quick drag from one shelf to another is usually all it takes to fix the view.

Practice Questions

1. Which shelf restricts the rows of data shown in a view without adding any visual element to the chart?

2. Dragging a Dimension onto which Marks card channel splits the bars in a bar chart into colour-coded segments?

3. Which shelf splits a Tableau view into separate pages — one per value of the field placed on it?

Quiz

1. What does placing two Measures on the Rows shelf produce in the Tableau view?


2. What is the purpose of dropping a field onto the Tooltip channel of the Marks card?


3. Which mark type does Tableau use when you place a Dimension on Columns and a Measure on Rows by default?


Next up — Lesson 8: Building basic charts in Tableau — bar charts, line charts, and pie charts built step by step from the Superstore dataset.