Where is the Marks Card in Tableau?

Cody Schneider7 min read

If rows and columns are the skeleton of a Tableau visualization, the Marks Card is where it gets its personality and power. It’s the control panel that bridges the gap between your raw data and a compelling visual story. This guide breaks down what the Marks Card does, explains each of its components, and shows you how to use them to make your dashboards more insightful.

GraphedGraphed

Your AI Data Analyst to Create Live Dashboards

Connect your data sources and let AI build beautiful, real-time dashboards for you in seconds.

Watch Graphed demo video

What is the Tableau Marks Card?

The Marks Card is a shelf in the Tableau worksheet where you control the visual properties of your data points, known as "marks." Every bar in a bar chart, every point in a scatter plot, and every slice of a pie chart is a mark. By dragging fields (your dimensions and measures) onto the different properties on the Marks Card, you can change how these marks look, effectively encoding your data into visual cues like color, size, and shape.

Think of it as your painter's palette. You’ve used the Rows and Columns shelves to sketch the basic outline of your chart, and now you use the Marks Card to add color, texture, and detail, making it easy for your audience to understand the insights at a glance. It's located just to the left of your view, right under the Filters shelf.

Breaking Down the Parts of the Marks Card

The Marks Card is made up of several key properties. Understanding what each one does is fundamental to creating effective and clear visualizations in Tableau.

1. Mark Type

The first thing you’ll notice is a drop-down menu that is usually set to "Automatic." This determines the basic form your marks will take. Tableau is pretty smart about picking a default - for instance, it will choose bars if you have a dimension and a measure, or a line if you add a date field.

However, you have full control to change this. Key options include:

  • Bar: Ideal for comparing values across different categories.
  • Line: Perfect for showing trends over time.
  • Area: Similar to a line chart but with the space below the line filled in, great for showing volume over time.
  • Square / Circle: Common options for scatter plots and heat maps.
  • Shape: Allows you to use custom shapes (like stars, arrows, or even your own images) as marks.
  • Text: Turns your marks into data values, creating a text table or crosstab.
  • Map: Used for creating filled geographic maps.

Simply click the drop-down menu and select the mark type that best represents your data story.

Free PDF Guide

AI for Data Analysis Crash Course

Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.

2. Color

The Color property is one of the most powerful tools for adding another layer of information to your view. By dropping a field onto Color, you instruct Tableau to assign different colors to marks based on the values in that field.

  • For Categorical Data (Dimensions): If you drag a dimension like Region or Product Category to Color, Tableau assigns a unique color to each member of that dimension. For example, in a bar chart showing Sales per state, dragging Region to Color will instantly show you which states belong to the West, East, Central, or South region.
  • For Continuous Data (Measures): If you drag a measure like Profit or Discount Rate to Color, Tableau applies a color gradient. Typically, higher values get a darker shade and lower values get a lighter one. This is excellent for heat maps or for seeing profit margins directly on a sales chart.

Example in Action:

Imagine a simple bar chart showing Total Sales (on Columns) by Sub-Category (on Rows). To see which sub-categories are most profitable, drag the Profit measure onto the Color property. Instantly, your bars will be colored on a gradient, with highly profitable sub-categories shaded dark blue and unprofitable ones shaded orange, immediately drawing attention to problems and successes.

3. Size

Similar to Color, the Size property encodes a measure into a visual cue. Dragging a measure here makes the size of the mark proportional to its value - bigger marks represent larger values. This is most effective in visualizations like scatter plots or maps where marks don't already have an intrinsic size (like the length of a bar).

Example in Action:

Let's say you're building a scatter plot comparing Sales (on the Y-axis) vs. Profit (on the X-axis) for each Customer. Dragging the Sales measure onto the Size property will make the bubbles for your high-value customers larger, allowing you to quickly spot your most important accounts.

GraphedGraphed

Your AI Data Analyst to Create Live Dashboards

Connect your data sources and let AI build beautiful, real-time dashboards for you in seconds.

Watch Graphed demo video

4. Label (or Text)

Sometimes, seeing the exact number is important. The Label property lets you display a data value directly on its corresponding mark in the view.

You can drag any field - dimension or measure - to Label. Most commonly, you'll use it to show the primary measure being visualized. For example, in a bar chart showing sales, dragging the Sales measure to Label will display the exact sales figure on or next to each bar.

Pro Tip:

Don't overdo it with labels. A chart with too many labels becomes cluttered and hard to read. Use them selectively on summary views or find other ways (like tooltips) to provide the granular detail.

5. Detail

The Detail property is one of the most useful yet sometimes misunderstood elements of the Marks Card. Its primary job is to adjust the level of detail in your visualization, meaning it can break your visualization down into more individual marks without changing the fundamental chart structure like putting a field on Rows or Columns would.

Dropping a dimension onto Detail separates the marks based on the members of that dimension. You won't see separate headers or axes, but if you hover over the marks, you'll see they are now distinct.

Example in Action:

Suppose you have a map showing one mark for each State, colored by its total sales. If you wanted to see the sales trend for each state without adding more charts, you could drop the Order Date (set to MONTH) onto the Detail property. This would create a separate mark for each month within each state. Then, changing the Mark Type to "Line" could show a small line chart within each state, representing its sales trend over time - an effect known as a treemap or small multiples.

Free PDF Guide

AI for Data Analysis Crash Course

Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.

6. Tooltip

A tooltip is the information box that appears when you hover your mouse over a mark. By default, it includes the fields already used in your view, but you can customize it to be much richer.

Any field you drag onto the Tooltip property is added to this hover-over box. This is the perfect place to put secondary information that provides context without cluttering the main visualization.

Example in Action:

Going back to our Sales by Sub-Category bar chart. Maybe you don’t want to label every bar with its profit, but you still want that information available. Drag the Profit and Quantity Sold fields to the Tooltip property. Now, when a user hovers over the "Phones" sub-category bar, the tooltip will show them not just the Total Sales, but also the corresponding Profit and Quantity, providing richer context on demand.

You can even edit the tooltip to write full sentences and structure the information more clearly, turning it into a powerful narrative tool.

Final Thoughts

Mastering the Marks Card is your key to moving beyond basic charts in Tableau. It unlocks the ability to build layered, nuanced visualizations that communicate information clearly and efficiently. By strategically using color, size, detail, and tooltips, you can guide your audience's focus and tell a more compelling data story.

We know that mastering tools like Tableau involves a steep learning curve of shelves, panes, marks, and settings - that's a big part of why we created Graphed. We wanted to eliminate the busywork of report building so marketing and sales teams could get straight to the insights. Instead of dragging and dropping fields, our users simply ask for what they want in plain English, and our AI builds live dashboards for them in seconds, connected to all their data sources.

Related Articles