How to Remove Measure ABC Column in Tableau
Seeing that "ABC" column show up in your Tableau worksheet can be confusing at first, but it's a very common occurrence. This placeholder text pops up for a specific reason, and thankfully, getting rid of it is just as simple. This guide will walk you through why it appears and provide five different methods - from quick fixes to best-practice techniques - to remove it for good.
What is the "Measure ABC" Column, Anyway?
In Tableau, the "Measure ABC" column is a default placeholder. It appears when you're building a view, typically a text table (also known as a crosstab), and have placed dimensions on your shelves but haven't yet specified which measure (or text) you want to display in the view's cells.
Think of it like this: you've asked Tableau to create a table structure. You've dragged dimensions like Region and Customer Name onto the Rows shelf. Tableau happily builds the rows for you, creating a slot for every customer in every region. However, the cells of that table are blank. Tableau doesn't know what data you want to show for each customer - their total sales? The number of orders they placed? Their email address?
Until you give it that instruction, Tableau fills those empty cells with a generic "ABC" text to indicate where your measures or text values will go once you add them. It’s not an error message, it's a visual cue waiting for your next command.
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.
The Simplest Solution: Add a Measure
The most direct way to get rid of the "ABC" column is to fulfill its purpose: give it a measure to display. This is the right solution if your intention was always to build a standard table with numbers.
Maybe you were building a sales report and just forgot the final step. Here’s all you need to do:
- Navigate to the Data pane on the left side of your workspace.
- Locate the measure you want to display in your table, such as
Sales,Profit, orQuantity. - Click and drag that measure field directly onto the Text mark in the Marks card.
Just like that, the "ABC" placeholders will instantly be replaced by the numerical values from your chosen measure, perfectly aligned with your dimensions. The column is gone because you've told Tableau exactly what to show.
How to Hide the ABC Column When You Don't Want Measures
Sometimes you don't need to show a measure at all. You might just want a simple list of dimensions - for example, a list of all your product names or a roster of every client and their respective account manager. In these cases, there is no measure to add, so you need a different approach. Here are three effective ways to do it.
Method 1: Change the Mark Type to Polygon or Square
The "ABC" column appears because Tableau automatically defaults to "Text" as the mark type when building a crosstab. By manually changing this, you can make the placeholder disappear.
The trick is to switch to a visual mark type and then make that mark completely invisible.
- Step 1: Change the Mark Type. Go to the Marks card dropdown menu (it probably says "Automatic"). Select either Square or Polygon from the list. The "ABC" text will disappear immediately, replaced by small squares in each cell.
- Step 2: Make the Mark Invisible. We're halfway there, but now we have unwanted shapes. To hide them, click on the Color mark in the Marks card. A color settings box will pop up. Move the Opacity slider all the way down to 0%. The squares will now be transparent.
- Step 3: Remove the Borders. You may still see faint borders around the now-invisible squares. To remove these, stay in the Color settings, click on Border, and select None.
Your table will now be free of both the "ABC" text and any unwanted visual elements, leaving you with just your dimension columns.
Method 2: Use a Blank Calculated Field (Best Practice)
This is arguably the cleanest and most reliable way to remove the "ABC" column, as it directly tells Tableau to place an empty value in the cells. You create a simple calculated field that contains no characters.
- Create a Calculated Field: Go to the top menu and select Analysis > Create Calculated Field...
- Name Your Calculation: In the dialog box, give it a clear name like
Blank Columnor simplyBlank. - Enter the Formula: In the formula area, just type two double quotes:
"". This represents an empty string of text. - Apply the Calculation: Click OK. Your new "Blank" field will appear in the Data pane under your dimensions. Drag this new field onto the Text mark in the Marks card.
Tableau now has something to place in the empty cells - your blank field. The "ABC" column vanishes, and you're left with a clean list of your dimensions. This method is often preferred because it's non-destructive and very clearly communicates your intention within the worksheet.
Method 3: The Quick "Hide-It" Trick
If you're in a hurry and just want the "ABC" column out of sight for a quick screenshot or presentation, you can simply make the column so narrow that it becomes invisible.
- Hover your cursor over the right border of the header for the "Measure Values" column that contains the "ABC" text. Your cursor will change into a resizing icon (a vertical line with two horizontal arrows).
- Click and drag the border as far left as it will go.
This will collapse the column, effectively hiding it from view. It's incredibly fast, but be aware of its limitations. The column is still technically there, and anyone using the workbook could accidentally resize it and bring it back into view. It is best used for quick, informal situations rather than dashboards intended for distribution.
Putting It Into Practice: Building a Clean Product List
Let's walk through a common business use case: creating a simple product list that shows the product category, sub-category, and product name. We definitely don't need a measure here, so the "ABC" field is just unnecessary clutter.
- Start by dragging
Category,Sub-Category, andProduct Namefrom the Data pane onto the Rows shelf. - You'll instantly see your product hierarchy lined up... followed by a column of "ABC" placeholders. Not what we want.
- Let's use the Blank Calculated Field method. Go to Analysis > Create Calculated Field..., name it "Blank", use the formula
"", and click OK. - Drag your new "Blank" calculated field onto the Text mark. The "ABC"s are gone!
- Final Cleanup Tip: You might notice there's still a header on your table titled "Blank". We can hide that too. Simply right-click on the "Blank" calculated field pill in the Rows shelf and uncheck Show Header. You're now left with a perfectly formatted, clean product list.
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.
Bonus Case: What If You Want a Numbered List Instead?
Sometimes you want to replace "ABC" with numbers, just not a typical sales or profit measure. For instance, you might want to create a ranked list or simply a numbered list of all your dimension items. The INDEX() function is perfect for this.
- Create a Calculation for Row Numbers: Go to Analysis > Create Calculated Field... again. Name this field Row Number and enter the formula
INDEX(). TheINDEX()function returns the index, or row number, of the current row in the partition. - Add it to the view: Drag your new "Row Number" field onto the Text on the Marks Card. The "ABC" column will be replaced with a sequence of numbers (1, 2, 3...).
- Adjust the Calculation (If Needed): Right-click the Row Number pill that's on your Text mark and select Edit Table Calculation. Check that the calculation is being computed using Table (Down). This tells Tableau to count row by row from top to bottom.
This technique allows you to create rank tables, “Top 10” lists, and more, giving you another powerful way to control exactly what appears in that final column.
Final Thoughts
That "ABC" column in Tableau is simply a placeholder waiting for your instructions. Whether you give it a real measure, a blank text field, or a custom calculation like a row number, you have full control. By using a blank calculated field, you can create clean, professional-looking lists of dimensions ready for any report or dashboard.
Manually tuning these small visual details in reports week after week can really add up. While powerful, BI tools often require learning these little tricks to get simple things done. With Graphed, we automate the entire reporting process from data connection to visualization. You no longer have to manually build tables, just describe what you want to see - "show me a list of products by category for last quarter" - and our AI creates the perfect, presentation-ready visual for you, no formatting tweaks required.
Related Articles
Facebook Ads For Dental Practices: The Complete 2026 Strategy Guide
Learn how to effectively use facebook ads for dental practices to attract new patients to your dental practice. This comprehensive 2026 guide covers targeting, budgeting, creative strategies, and ROI expectations.
Test: Facebook Ads For Dentists 2026
Test excerpt
Facebook Ads for Landscapers: The Complete 2026 Strategy Guide
Learn how to run profitable Facebook ads for landscapers in 2026. This complete guide covers audience targeting, ad formats, budgeting, and optimization strategies to generate leads at $30-50 per lead.