How to Change Column Name in Tableau

Cody Schneider7 min read

Changing a column name in Tableau seems like a small task, but it’s one of the most effective ways to make your dashboards cleaner and more professional. Whether you’re dealing with cryptic field names from a database or just want to add more context to a chart, a clear label makes all the difference. This guide will walk you through several methods for renaming columns, from permanent changes across your workbook to temporary tweaks for a single visualization.

Why Renaming Columns in Tableau Matters

Before jumping into the "how," it's worth understanding "why." Renaming columns isn't just about aesthetics, it’s a fundamental part of good data visualization practices.

  • Improves Clarity for Your Audience: Your stakeholders probably don't know what ord_dt_shpmnt or fscl_yr_rev means. Translating these technical database names into plain language like "Ship Date" or "Fiscal Year Revenue" makes your dashboards instantly understandable for non-technical users.
  • Creates Consistency Across Data: When you blend data from different sources, you might end up with similar metrics under different names (e.g., "Sales" from one source and "Total Revenue" from another). Renaming them to a single, consistent name like "Revenue" creates a unified view and prevents confusion.
  • Enhances Dashboard Readability: Clean, descriptive names on your axes, legends, filters, and tooltips are crucial. A well-named column header allows users to grasp insights at a glance without having to guess what they're looking at.

Method 1: Rename a Field Workbook-Wide (The Go-To Methods)

When you want to change a column name everywhere it appears in your Tableau workbook, you are changing the "field name" in Tableau's metadata. This is the most common kind of renaming you'll do. Tableau offers two convenient ways to do this, both achieving the same result.

Renaming in the Data Source Pane

The Data Source pane gives you a preview of your raw data and is the first place you can clean up column names before you even start building visualizations.

Here’s how to do it:

  1. Navigate to the Data Source tab, located in the bottom-left corner of the Tableau interface. You'll see a grid-like preview of your data connections and tables.
  2. In the data preview grid at the bottom, find the column you wish to rename.
  3. There are two ways to initiate the rename:
  4. The field name will become an editable text box. Type in your desired new name and press Enter.

That's it! Tableau will now use this new name for the field in all new and existing worksheets throughout your entire workbook. Changing cust_name to "Customer Name" here means any chart you create will automatically use the clearer name.

Renaming in the Side Data Pane

If you're already working on a visualization and realize a field name needs changing, you don't have to go back to the Data Source tab. You can do it directly from the worksheet's Data pane.

Follow these steps:

  1. Go to any worksheet in your workbook.
  2. On the left side, locate the Data pane, which lists all your available Dimensions and Measures.
  3. Find the field you want to rename.
  4. Right-click on the field name. A context menu will appear.
  5. Select Rename from the menu.
  6. Type the new name for your field and press Enter.

Just like with the Data Source method, this action changes the field's name across the entire workbook. It’s simply a different, and often faster, way to accomplish the same permanent rename.

Method 2: Change a Column Header for a Specific Visualization

Sometimes, you don’t want to change a field's name everywhere. You might need a column to be called "Q1-2024 Sales" in one table but simply "Sales" in another chart. In these situations, permanently renaming a field is not appropriate. Instead, you can create a label that only applies to a specific visualization.

Using a Calculated Field for a New Label

The cleanest and most robust way to create a specific label for a measure is to use a calculated field. It sounds technical, but it’s incredibly simple. You essentially create a duplicate of your field and give it a new name.

  1. In the Data pane, right-click on an empty space and select Create Calculated Field.
  2. A dialog box will open. In the Name field at the top, enter the custom name you want for your column header (e.g., "Annual Revenue 2024").
  3. In the formula box, just enter the name of the original field you want to use. For example, if your original field is [Sales], you just type [Sales].
  4. Click OK.

You now have a new field in your Data pane called "Annual Revenue 2024" that behaves exactly like your original Sales field. Drag this new calculated field into your worksheet instead of the original one, and voilà - the column header or chart axis will display your custom name without affecting the original Sales field at all.

Editing the Axis Title Directly on a Chart

When you're working with charts (like bar charts or line charts), your columns are represented as axes. You may not need a completely new field, you may just want to change the title of the axis for that particular view.

  1. Create your chart. For example, place SUM(Sales) on the Columns shelf and Category on the Rows shelf. This creates a bar chart with a horizontal axis at the bottom titled "Sales."
  2. Right-click on the axis title itself (e.g., "Sales").
  3. Select Edit Axis... from the context menu.
  4. A dialog box will pop up. Under the General tab, look for the Title text box.
  5. Replace the default text with your custom title, such as "Total Sales by Category."
  6. You can also use this menu to completely remove the axis title.

This change is specific to this worksheet only and is perfect for customizing individual dashboard components.

Aliases vs. Renaming: Clearing Up a Common Point of Confusion

While exploring ways to change names, you’ve probably come across the term "alias." It's critical to understand that renaming a column and creating an alias are two very different actions in Tableau.

  • Renaming a field changes the name of the entire column (e.g., changing the field name from region_cd to "Region").
  • Creating an alias changes the display name for the individual values (members) within a column (e.g., within your "Region" column, changing the value "SW" to "Southwest").

Example Scenario

Imagine you have a column named Status_Code with values like 1, 2, and 3.

  • You would rename the field from "Status_Code" to "Order Status."
  • You would then create aliases for the members: change 1 to "Shipped," 2 to "Processing," and 3 to "Returned."

How to Create an Alias

Aliasing is a powerful tool for making the data inside your dimensions more readable.

  1. In the Data pane, find the dimension whose values you want to change (e.g., "Region").
  2. Right-click on the dimension and select Aliases....
  3. A dialog box will appear, showing a list of the original values ("Value (Original)") next to an editable list of alias values ("Value (Alias)").
  4. Click on a value in the "Value (Alias)" column and type the new display name.
  5. Repeat for any other members you want to change and click OK.

Now, anywhere you use this dimension in a filter, table, or chart, Tableau will display your clean, user-friendly aliases instead of the raw data codes.

Final Thoughts

Mastering how to change column names in Tableau is a simple skill that elevates the quality and clarity of your work. Whether you're making permanent changes to your data model in the Data Source pane, creating view-specific labels with calculated fields, or cleaning up data values with aliases, you have full control over how your information is presented. These small tweaks make your dashboards more intuitive, professional, and ultimately, more impactful for your audience.

While tools like Tableau provide powerful control, the process of connecting data sources, cleaning up metadata, and building reports from scratch still takes time. We built Graphed because we believe getting insights shouldn't require so much manual setup. Instead of renaming dozens of archaic fields one by one, you just connect your data and ask in plain English: "Show me a dashboard of my sales pipeline by rep this quarter." Graphed instantly handles the data wrangling and creates a clean, fully-labeled dashboard, helping you get from raw data to actionable answers in seconds.

Related Articles

How to Connect Facebook to Google Data Studio: The Complete Guide for 2026

Connecting Facebook Ads to Google Data Studio (now called Looker Studio) has become essential for digital marketers who want to create comprehensive, visually appealing reports that go beyond the basic analytics provided by Facebook's native Ads Manager. If you're struggling with fragmented reporting across multiple platforms or spending too much time manually exporting data, this guide will show you exactly how to streamline your Facebook advertising analytics.

Appsflyer vs Mixpanel​: Complete 2026 Comparison Guide

The difference between AppsFlyer and Mixpanel isn't just about features—it's about understanding two fundamentally different approaches to data that can make or break your growth strategy. One tracks how users find you, the other reveals what they do once they arrive. Most companies need insights from both worlds, but knowing where to start can save you months of implementation headaches and thousands in wasted budget.