What is a Mark Card in Tableau?

Cody Schneider8 min read

The Mark Card is the heart of every visualization you create in Tableau, controlling the appearance of data points in your view. Understanding how to use its different properties is the key to transforming raw data on your screen into a useful, insightful chart. This guide will walk you through exactly what the Mark Card does, what its components are, and how you can use them to build better visualizations.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

What is the Mark Card in Tableau?

In Tableau, any data point visualized in your view (a bar, a line, a dot on a map) is called a "mark." The Mark Card is your primary tool for manipulating these marks. Think of it as the control panel for everything visual. It's located to the left of the Columns and Rows shelves in your worksheet.

Every time you drag a field from your data pane onto a property within the Mark Card - like Color, Size, or Label - you're telling Tableau to encode that mark with that information. For example, dragging a "Region" field to the Color property will assign a different color to the marks for each region.

Mastering this simple drag-and-drop mechanic is what separates a basic Tableau user from someone who can build powerful, nuanced dashboards.

The Different Mark Types

Before diving into the card’s properties, it's important to understand the drop-down menu at the top of the Mark Card. This menu allows you to select the "Mark Type." Tableau's "Automatic" default is quite smart and usually picks the right type of visualization based on the fields you use. However, you can manually override it to create exactly what you need.

Here's a breakdown of the most common mark types and when to use them:

  • Bar: Ideal for comparing values across discrete categories, like sales by product category.
  • Line: Perfect for showing trends over a continuous period, like website traffic over time.
  • Area: Similar to a line chart but with the space under the line filled in, which is useful for showing cumulative totals or volume over time.
  • Square / Circle / Shape: These are primarily used for scatter plots and symbol maps to represent individual data points. 'Shape' allows you to assign unique shapes to different categories for easier differentiation.
  • Text (or Text Table): Use this when you want to display the numbers themselves in a crosstab or table format. This transforms each mark into a text value.
  • Map: Used specifically for geographical data to create filled maps (choropleths).
  • Pie: Displays parts of a whole as a pie chart.

Choosing the right mark type is your first step. After that, you refine the visualization using the properties on the Mark Card.

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

A Deep Dive into the Mark Card Properties

Below the mark type drop-down are the five core properties that you'll use constantly: Color, Size, Label, Detail, and Tooltip. Some mark types will also reveal specialized properties, like Shape for Shape charts.

1. The Color Mark

The Color property lets you apply color to your marks based on the values of a field. How it behaves depends on whether the field is discrete or continuous.

  • Discrete Fields (Blue Pills): When you drop a discrete field like "Customer Segment" onto Color, Tableau assigns a distinct, qualitative color to each segment (e.g., Consumer = blue, Corporate = orange). This is great for separating categories.
  • Continuous Fields (Green Pills): When you drop a continuous field like "Profit" onto Color, Tableau applies a color gradient. Typically, lower values are lighter, and higher values are darker. This helps quickly identify high and low points in your data.

Example: In a bar chart showing Sales by Category, drag the "Region" field to Color. Tableau will instantly create a stacked bar chart with each regional contribution shown in a different color.

2. The Size Mark

The Size property controls how big or small your marks are. Like Color, it's most effective with continuous data.

Placing a measure like "Sales" on the Size mark will make marks with higher sales values larger and marks with lower sales smaller. This adds another layer of visual information, making it easy to spot significant data points at a glance.

Example: Imagine a scatter plot showing Sales vs. Profit. Dragging a "Discount" field to Size would make the dots for higher-discount orders appear larger, instantly revealing if there's a connection between discount size and profitability.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

3. The Label Mark

Labels display the underlying data values directly on your visualization, saving users from having to hover over every point.

Simply drag the field you want to show - like SUM(Sales) - onto the Label property. This will display the sales figure on each bar, line point, or circle, a great tool for a bit less interactivity.

Pro-Tip: Use labels sparingly. Labeling every single mark on a dense chart can make it cluttered and unreadable. Click on the Label property itself to open options to specify which marks get a label (e.g., only the most recent/oldest, or the highest/lowest values).

4. The Detail Mark

The Detail property is one of the more powerful and subtle tools on the Mark Card. Its main function is to increase the level of detail, or granularity, of your visualization without having to visually separate the marks with color, size, or shape.

Here's the difference: if you add "Region" to a bar chart of SUM(Sales) by dragging it onto the main view, Tableau creates separate bars for each region. But if you drag "Region" to the Detail Mark instead, you get a single bar for overall sales, which is internally divided by region. You can then see the regional breakdown in the tooltip when you hover.

Its primary use: creating more individual marks. On any visualization, the combination of dimensions is what is considered a "mark." For displaying all the marks, detail comes in handy.

Example: You want to see Sales vs. Profit for every single customer on a scatter plot. To plot a dot for each customer, you would drag "Customer Name" to the Detail property. This tells Tableau, "Give me one separate mark for each customer" without assigning a different color or shape to them.

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

5. The Tooltip Mark

A tooltip is the box of information that appears when you hover your mouse over a mark. By default, it shows the fields used in the view. The Tooltip property gives you full control to customize it.

You can drag any field from your data pane onto the Tooltip property to add it to the hover-over window. This is the perfect way to provide extra context - like Customer Name, Order-ID, or Profit Ratio - without cluttering your main visualization.

Pro-Tip: Click the Tooltip property to open a text editor. Here you can write sentences, change fonts and colors, and arrange the fields to create a clear, narrative-style tooltip (e.g., "This order from {Customer Name} had sales of {SUM(Sales)}").

Putting It All Together: A Practical Example

Let's create a bubble chart to see which product sub-categories are the most profitable and generate the most sales. The end result is a highly informative visual built almost entirely with the Mark Card.

  1. Set up the basic view: Drag SUM(Sales) to the Columns shelf and SUM(Profit) to the Rows shelf. You'll see one single mark in the viz. Drag a dimension "Sub-Category" to the view next to the other pills on either the Columns or Row shelf.
  2. Choose Mark Type: Change the Mark Type to "Circle." You'll now have a simple scatter plot showing your various sub-categories.

We see we are looking at Sales against Profits across subcategories. However, it's missing crucial context.

  1. Add another Dimension for an overview with more Detail: Let's look at Category so we create Category colors using Color. Drag "Category" from the Dimensions pane to the Color mark on the Mark Card. Now all subcategories are grouped and colored with the respective categories. Now it's easy to see "Furniture," "Office Supplies" and "Technology" and their corresponding subcategories at a glance.
  2. Analyze Sales a layer beyond the axes with Circle size: Bring the measure SUM(Sales) from the data pane. Drag SUM(Sales) to the Size property in the Marks Card. Immediately, the circles representing SUM(Sales) become larger for higher sales in the subcategories.
  3. Look at a Key Metric to see informative content with the tooltip: Drag the Profit Ratio as a metric into the Tooltip. Now, whenever you hover over the circles, it shows Sale, Profit, AND Profit Ratio, illustrating how efficiently subcategories are performing.
  4. Show subcategories as a label to easily see all products: Drag the dimension "Sub-Category" from the data pane onto the Label to see the labels for all subcategories. Now, your visualization is easy to read even without interactivity.

After these steps, your scatter plot shows which categories drive the most profit, sales, and efficiency - all within a single visualization that began as a scatter plot.

Final Thoughts

The Tableau Mark Card is fundamental to building informative visualizations. By using properties like Color, Size, and Tooltip, you can turn simple bars or dots into rich, multi-layered analyses that are easy to understand at a glance.

While mastering the Mark Card is a rewarding Tableau skill, sometimes you need insights without the learning curve. That's why we built Graphed to help. Instead of dragging and dropping fields to describe your chart needs, our solution is crafted for you in seconds. We connect to your data sources (like Google Analytics or Salesforce) so your dashboards are always live, eliminating the need for manual refreshing.

Related Articles