BI & Analytics
Blog
Tableau
4
min read

Tableau Naming Conventions

A practical guide to Tableau naming conventions for calculated fields, sheets, and actions. Includes a copy-paste abbreviation cheat sheet.
Author
James Newton
James Newton
Analytics Engineer
Tableau Naming Conventions
Share article

A consistent naming convention in Tableau means using the same logical pattern for every calculated field, sheet, and dashboard action across your workbook.

The most effective approach is prefix-based naming: each calculated field starts with the measure it returns (Sales – CW CY), each sheet starts with the dashboard it belongs to (SA – Sales by Year BAR), and each action starts with a dashboard reference and action type (SA – FILTER Year).

This guide covers the patterns, gives you a copy-paste abbreviation cheat sheet, and shows what happens when you skip the convention.

Why Tableau naming conventions matter

The point of a naming convention is not tidiness. It is the compound time saving you get every time you (or someone else) opens the workbook six months later and needs to find something specific. A workbook with a consistent naming convention pays off in six concrete ways:

  • Faster development. You stop scrolling through "Calculation 1," "Calculation 1 (copy)," "Sheet 7" trying to remember which one is which.
  • Better readability. Anyone joining the project can parse what a field or sheet does from its name alone.
  • Correctly applied actions, filters, and calculations. Naming makes target selection unambiguous when you have 30 sheets on a dashboard.
  • Easier handover. Future you (or a colleague) can pick up the workbook without an archaeology dig.
  • Stronger searchability. The Data pane search and the dashboard actions list both become genuinely useful once names follow a pattern.
  • Scales with the project. When a workbook grows from 5 sheets to 50, a good convention scales linearly; an inconsistent one collapses.

The most important principle is consistency. Whatever pattern you choose, apply it everywhere. If you can get your wider Tableau analytics community on board with the same conventions, the payoff multiplies across every workbook your team touches.

Naming conventions for calculated fields

The pattern for calculated fields is:

[Measure] – [Time Frame or Modifier]

Examples using the Sample EU Superstore dataset:

  • Sales – CW CY (Sales for the current week, current year)
  • Sales – CW PY (Sales for the current week, prior year)
  • Sales – YTD (Sales year to date)
  • Sales – VAR % vs PY (Sales variance as a percentage compared to prior year)

Reading the calculation name should tell you what it returns without opening it. Starting with the measure name groups related calculations together when the Data pane is sorted alphabetically, which is its default.

The abbreviation cheat sheet

Abbreviations save space and keep names scannable. The trade-off is that not every reader will know what they mean, so document them somewhere your team can find. Here is the set we use:

Abbreviation & meanings for tableau naming conventions

For calculated fields that need explanation beyond the name, use Tableau's built-in Default Properties > Comment option. Right-click the calculated field in the Data pane, choose Default Properties, then Comment, and add a description. When anyone hovers over the field, the comment shows up as a tooltip, which is much more discoverable than a comment buried inside the calculation syntax.

Naming conventions for Tableau sheets

The pattern for sheets is:

[Dashboard Acronym] – [Measure] by [Dimension] [VISUAL TYPE]

If your dashboard is named "Sales Analysis," abbreviate it to SA and prefix every sheet that belongs to that dashboard with it. Then describe what the sheet shows: the measure, how it is split, and the chart type. Examples:

  • SA – Sales by Year BAR
  • SA – Sales by Month LINE
  • SA – Sales by Sub Cat BAR
  • SA – Profit by Region MAP

Why this works: when you start building the dashboard, every sheet that belongs to it is grouped together alphabetically in the Sheets pane. When you apply a filter or action and need to pick which sheets it should target, you can spot them instantly.

A tip: colour-code the dashboard and its sheets

Right-click a dashboard or sheet tab in the worksheet bar at the bottom, choose Color, and pick a colour. Apply the same colour to the dashboard and every sheet that belongs to it. Now the visual grouping reinforces the name-based grouping, which is especially useful in workbooks with multiple dashboards.

If you want to take dashboard organisation further, see our guide to Tableau dashboard layout containers, which complements naming conventions for keeping a workbook structured.

Naming conventions for Tableau actions

The pattern for actions is:

[Dashboard Acronym] – [ACTION TYPE] [Field or Target]

Examples:

  • SA – FILTER Year
  • SA – HIGHLIGHT Region
  • SA – URL Customer Detail
  • SA – PARAMETER Set Date

Two things to notice. First, the action type is in upper case. This makes it visually distinct from the rest of the name and lets you sort actions by type at a glance when a dashboard has many of them. Second, the action type comes before the field name, so an alphabetical sort groups all your filters together, all your highlights together, and so on.

Watch out for menu actions. Menu actions display their name as the link text inside the tooltip. So if you call your menu action SA – URL Customer Detail, that whole string is what users will see when they hover over a mark. For menu actions only, use a human-readable name (View customer detail) instead of the developer convention, and accept that one inconsistency for a better user experience.

The good vs the bad: why this pays off

The clearest way to see the value of a consistent naming convention is to look at a workbook that has one next to a workbook that does not.

Applying filters to sheets

When you add a filter and need to apply it to specific sheets, Tableau shows you the full list of sheets in the workbook. With a good convention, the dashboard prefix immediately tells you which sheets belong together. With no convention, you are guessing from sheet names like "Sheet 4," "Sheet 12 (copy)," and "Dashboard 3 prep" which sheets your filter should target. You will get it wrong at least once, and possibly silently, which is the worst kind of bug.

Setting up dashboard actions

The same problem hits twice as hard with actions. When you configure a filter action and need to choose source and target sheets, the dialog lists every sheet in the workbook. A well-named workbook lets you tick the right boxes in seconds. A poorly named one turns a 30-second task into a 5-minute hunt with a 50% chance of selecting the wrong sheet.

Maintenance six months later

Open a workbook you have not touched since last quarter and try to figure out which calculated field powers a specific chart. With a convention like Sales – CW CY, the answer is in the name. Without one, you are double-clicking every calculation in the Data pane to read its formula, hoping you recognise the right one.

This is the actual cost of skipping naming conventions: not the time you save by not naming things properly today, but the time you and your team lose every single time you come back to the workbook.

For a related quick win on workbook organisation, our post on how to clean up your Tableau workbooks with this simple trick covers a complementary technique for keeping the sheets pane tidy.

Watchouts when applying naming conventions

A few practical things that derail teams trying to adopt a convention:

Deadline pressure. The moment a deadline is bearing down, "I'll rename it later" becomes a permanent state. The fix is to treat naming as part of the build, not as cleanup at the end. Five seconds when you create the calculation, not five minutes hunting through 40 of them later.

Abbreviations no one else knows. If your team has not agreed on an abbreviation list, your CW CY YTD VAR shorthand reads like a foreign language to anyone else. Publish the abbreviation cheat sheet somewhere your team can find it (Confluence, a shared README, a pinned Slack message) and treat it as a living document.

Renaming after publish. If you publish a workbook with a calculation called Calculation 1 and your end users start subscribing to dashboards that reference it, renaming becomes a breaking change. Get the names right before the first publish, not after.

One person's convention is not a team convention. A perfectly consistent workbook from a developer with their own private convention is only marginally better than a chaotic one when someone else has to pick it up. Convention only compounds when it is shared.

Customer-facing fields need different rules. If a calculated field will appear in a tooltip, a legend, or a crosstab visible to end users, the developer-friendly name (Sales – CW CY) is wrong. Either rename it to a user-friendly name for that specific view, or alias it on the worksheet itself. Developer conventions are for developers; what users see should be human-readable.

Frequently Asked Questions

Why are naming conventions important in Tableau?

Naming conventions reduce development time, improve readability, ensure filters and actions target the correct sheets, make handover easier, and scale as workbooks grow. The benefit compounds: every consistent name saves a few seconds each time someone opens the workbook to maintain or extend it. In a workbook with 50 sheets and 100 calculated fields, that adds up to hours over a year.

How should I name calculated fields in Tableau?

Use a prefix-based pattern starting with the measure name, followed by a hyphen and a time frame or modifier. For example, Sales – CW CY for current-week current-year sales, or Sales – VAR % vs PY for the percentage variance compared to prior year. Use Tableau's built-in Comment option (Default Properties > Comment) for any field whose name alone is not self-explanatory.

What is the best way to name sheets in a Tableau dashboard?

Prefix every sheet with the acronym of the dashboard it belongs to, then describe the measure, dimension, and visual type. For a dashboard called "Sales Analysis" (SA), sheets would be named SA – Sales by Year BAR, SA – Sales by Month LINE, and so on. This groups related sheets alphabetically in the Sheets pane and makes filter and action targeting unambiguous.

Should I use the same naming convention for actions as for sheets?

Use a similar pattern but put the action type in upper case so it sorts and reads distinctly: SA – FILTER Year, SA – HIGHLIGHT Region. Menu actions are the one exception — their name appears as the tooltip link users click, so use a human-readable name (View customer detail) for those rather than the developer convention.

Conclusion

Naming conventions are one of those Tableau skills that feel like overhead until the moment you need them, and then they feel essential. The patterns in this guide are not the only valid approach, but they are battle-tested across hundreds of client workbooks. The specifics matter less than the discipline of picking a convention and applying it everywhere.

If you want help establishing naming conventions, dashboard standards, or a broader Tableau style guide for your team, get in touch with the Biztory team and we will help you put it in place.

Facts & figures

About client

Testimonial

Blogs you might also like

How to Automate Tableau Server: 3 Modern Approaches
Arrow icon darkArrow icon dark

How to Automate Tableau Server: 3 Modern Approaches

Compare 3 ways to automate Tableau Server tasks in 2026: PowerShell scripts, the REST API, and no-code dashboard automation with Autom8 by Biztory.

BI & Analytics
Blog
Tableau
How to Use a Custom Background Image in Tableau
Arrow icon darkArrow icon dark

How to Use a Custom Background Image in Tableau

Learn how to use a custom background image in Tableau to plot data on floor plans, diagrams, or any image. Step-by-step tutorial with coordinates.

BI & Analytics
Blog
Tableau
Parameters vs Filters in Tableau:
Arrow icon darkArrow icon dark

Parameters vs Filters in Tableau:

Learn the difference between parameters and filters in Tableau, and how to mask a parameter as a date filter to compare current and previous year data.

BI & Analytics
Blog
Tableau
How to Create an Interactive Calendar in Tableau
Arrow icon darkArrow icon dark

How to Create an Interactive Calendar in Tableau

Learn how to create an interactive calendar in Tableau in 4 steps using a date scaffold and Set Actions. Step-by-step tutorial with calculations.

BI & Analytics
Blog
Tableau
How to sheet swap in Tableau in just 5 steps
Arrow icon darkArrow icon dark

How to sheet swap in Tableau in just 5 steps

Learn how to sheet swap in Tableau in 5 steps. Dynamically show/hide worksheets using parameters, save dashboard space, and fix common issues.

BI & Analytics
Blog
Tableau
Tableau Custom Number Formatting
Arrow icon darkArrow icon dark

Tableau Custom Number Formatting

Master Tableau custom number formatting with copy-paste examples. Learn the syntax for positive, negative & zero values.

BI & Analytics
Blog
Tableau
Introducing Autom8: Automated workflows from within Tableau
Arrow icon darkArrow icon dark

Introducing Autom8: Automated workflows from within Tableau

Autom8 is here. Trigger workflows, sync data, and act on insights — all without ever leaving your dashboard.

BI & Analytics
Blog
Autom8
Tableau's order of operations
Arrow icon darkArrow icon dark

Tableau's order of operations

Learn more about Tableau's order of operations: or what happens when and how. Read the full blog here.

BI & Analytics
Blog
Tableau
Tableau Next features: the complete guide
Arrow icon darkArrow icon dark

Tableau Next features: the complete guide

Learn about the different features in Tableau Next and how they drive faster decision-making.

BI & Analytics
Blog
Tableau
5 Ways to Level Up Your Bar Chart Using Tableau Parameter Actions
Arrow icon darkArrow icon dark

5 Ways to Level Up Your Bar Chart Using Tableau Parameter Actions

Tableau Parameter Actions are a great feature in Tableau. Read all about it in our latest blog.

BI & Analytics
Blog
Tableau
Everything you need to know about Tableau Certifications
Arrow icon darkArrow icon dark

Everything you need to know about Tableau Certifications

Thinking of taking one of the Tableau Certifications? We explore how to get ready in our latest blog. Read all about it here.

BI & Analytics
Blog
Tableau
Personalise your Tableau Dashboard with Custom Titles
Arrow icon darkArrow icon dark

Personalise your Tableau Dashboard with Custom Titles

Learn about how to add the personal touch to your Tableau Dashboard with custom titles.

BI & Analytics
Blog
Tableau
Bar Charts: The Good, the Bad, and the Ugly
Arrow icon darkArrow icon dark

Bar Charts: The Good, the Bad, and the Ugly

Why can bar charts be effective and how to use them to get answers easier, and faster!

BI & Analytics
Blog
Tableau
How to create a waterfall chart in Tableau
Arrow icon darkArrow icon dark

How to create a waterfall chart in Tableau

Learn how to create your own waterfall charts in Tableau Desktop by following these steps.

BI & Analytics
Blog
Tableau
The Ultimate Guide to Embedded Analytics
Arrow icon darkArrow icon dark

The Ultimate Guide to Embedded Analytics

Discover what embedded analytics is all about and how it can drive additional revenue streams for your business.

BI & Analytics
Blog
ThoughtSpot
How to label pie charts in Tableau
Arrow icon darkArrow icon dark

How to label pie charts in Tableau

Learn more on how to label pie charts in Tableau like a pro.

BI & Analytics
Blog
Tableau
How to label bar charts in Tableau
Arrow icon darkArrow icon dark

How to label bar charts in Tableau

Learn how to label bar charts in Tableau like a pro and level up your dashboard design. Read the full article here.

BI & Analytics
Blog
Tableau
How to create a donut chart in Tableau
Arrow icon darkArrow icon dark

How to create a donut chart in Tableau

Looking to create a donut chart in Tableau? Read our in-depth guide on how to level up your donut charts in Tableau here.

BI & Analytics
Blog
Tableau
How to ace your ThoughtSpot certifications?
Arrow icon darkArrow icon dark

How to ace your ThoughtSpot certifications?

Learn more about ThoughtSpot certifications and how to ace your exams.

BI & Analytics
Blog
ThoughtSpot
How to stop marks being highlighted when ‘clicked’ in Tableau
Arrow icon darkArrow icon dark

How to stop marks being highlighted when ‘clicked’ in Tableau

Learn how to stop marks from being highlighted when clicked in Tableau.

BI & Analytics
Blog
Tableau
How to Create Multiple Select Parameters in Tableau
Arrow icon darkArrow icon dark

How to Create Multiple Select Parameters in Tableau

Learn how to create multiple select parameters in Tableau to add more control and interactivity to your analysis.

BI & Analytics
Blog
Tableau
How to apply conditional formatting to tooltips in Tableau
Arrow icon darkArrow icon dark

How to apply conditional formatting to tooltips in Tableau

Learn how to apply conditional formatting to tooltips in Tableau with our step-by-step guide. Improve your data visualization skills today with Biztory.

BI & Analytics
Blog
Tableau
Rediscovering Business Intelligence with Sigma Computing
Arrow icon darkArrow icon dark

Rediscovering Business Intelligence with Sigma Computing

Discover how Sigma Computing is reshaping the BI landscape with its user-friendly interface and powerful capabilities.

BI & Analytics
Blog
Sigma
Sigma Computing: Our Favourite Features
Arrow icon darkArrow icon dark

Sigma Computing: Our Favourite Features

Discover our favourite features of Sigma for powerful and fun data analysis.

BI & Analytics
Blog
Sigma
Tableau vs. Power BI: Everything to know
Arrow icon darkArrow icon dark

Tableau vs. Power BI: Everything to know

Compare Tableau and Power BI to determine the best business intelligence tool for your needs.

BI & Analytics
Blog
Tableau
Tableau Map Layers: Getting Started (1/3)
Arrow icon darkArrow icon dark

Tableau Map Layers: Getting Started (1/3)

Learn how to leverage Tableau's Map Layers feature to create complex visualizations.

BI & Analytics
Blog
Tableau
Tableau Map Layers: Pull everything into one view (3/3)
Arrow icon darkArrow icon dark

Tableau Map Layers: Pull everything into one view (3/3)

Use Tableau Map Layers to combine multiple visuals in a single worksheet and create custom dashboard views for enhanced data visualization.

BI & Analytics
Blog
Tableau
Tableau Map Layers: Building Different Charts (2/3)
Arrow icon darkArrow icon dark

Tableau Map Layers: Building Different Charts (2/3)

Learn how to create Pie, Doughnut, Line, and Area charts using Tableau Map Layers.

BI & Analytics
Blog
Tableau