How to Show Values in Tableau Graph
Showing the actual values or labels on your Tableau graphs can instantly make them easier to read. Instead of forcing your audience to guess a bar's height or hunt for points along an axis, you can put the data right where they need it. This tutorial will cover the most straightforward methods for adding these labels, as well as a few advanced tricks to make your dashboards more insightful and professional.
Why Show Data Labels on Your Tableau Graph?
Before diving into the "how," it's worth understanding the "why." While axes and grid lines are essential, showing exact values directly on a chart offers a few key benefits:
- Better Clarity: Data labels remove ambiguity. Your audience knows at a glance that a specific segment represents $15,820 in revenue, not just "around $15,000."
- Improved Efficiency: It saves the viewer's time and mental energy. They can absorb the information presented without shifting their focus between the visualization and its axes.
- Enhanced Storytelling: You can use labels to highlight a specific data point, like calling out a record-breaking sales month or a problem area that needs attention.
In short, data labels help bridge the gap between visualization and precise understanding, making your reports much more effective.
The Quickest Method: Using the Label Mark
The most common and direct way to show values on any chart in Tableau is by using the Marks card. The Marks card is the control panel for your visualization, letting you adjust things like color, size, detail, and - most importantly for us - labels.
Let's use a simple bar chart as an example. Suppose we want to see Sales by Sub-Category.
Step-by-Step Instructions:
- Create your basic visualization. In this case, drag the Sub-Category dimension to the Columns shelf and the Sales measure to the Rows shelf. You'll now have a vertical bar chart.
- Locate the Marks card on the left side of your workspace. It will likely show a handful of options like "Color," "Size," "Label," "Detail," and "Tooltip."
- Drag the measure you want to display (in this case, Sales) from your Measures list and drop it directly onto the Label box in the Marks card.
That's it! The total sales value for each sub-category will now appear on your bar chart, typically at the top of each bar.
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.
Customizing and Formatting Your Labels
Just adding the value is a good start, but usually, you'll want to refine the appearance.
Number Formatting
Maybe you want to show currency as dollars, add a thousands separator, or change the number of decimal places.
- On the Marks card, find the SUM(Sales) pill you just added to the Label section.
- Right-click on it and select Format.
- A Format pane will open on the left. Under the "Pane" tab, find the "Numbers" dropdown.
- Here, you can choose from standard formats like Currency (Custom), Number (Standard), or Percentage. You can fine-tune prefixes (like "$"), suffixes, decimal places, and units (e.g., display $1,000 as $1K).
Text Formatting
To change the font, size, color, or alignment of the labels themselves:
- On the Marks card, click directly on the Label box itself (not the pill inside it).
- A dialog box will pop up. From here, you can adjust the font, font style (bold, italic), size, and color.
- The Alignment dropdown lets you control the label's position relative to the mark (e.g., top, middle, or bottom of a bar).
How to Show Values in Tooltips
Sometimes, putting labels directly on a chart can make it look cluttered, especially if you have a lot of data points (like in a dense scatter plot or a line chart with daily data). In these cases, using tooltips is a fantastic alternative.
A tooltip is the information box that appears when you hover your mouse over a specific data point. By default, Tableau includes the primary dimensions and measures in the tooltip, but you can customize it to show much more detailed information on demand.
- Just like with labels, locate the Tooltip target on the Marks card.
- Drag any additional measures or dimensions you want to display onto this target. For instance, on your Sales by Sub-Category chart, you could also drag Profit and Quantity onto the Tooltip shelf.
- Now when you hover over a bar, the tooltip will show its sales, profit, and quantity sold.
- To edit the tooltip's layout, click on the Tooltip box. An editor will appear where you can rephrase text, format the fields, and arrange the information more clearly, turning a default list into a readable sentence like: "The Phones sub-category generated <SUM(Sales)> in revenue with a profit of <SUM(Profit)>."
This approach keeps your design clean while providing rich data for users who want to explore further.
Showing Labels Conditionally
What if you only want to label certain points? Labeling everything can create visual noise. A smarter approach is to show labels only for the most important data.
Labeling Minimum and Maximum Values
Tableau has a built-in feature for labeling just the highs and lows. This is perfect for highlighting best and worst performers.
- After dragging your measure pill (e.g., Sales) onto the Label "Marks" card, click the Label box to open the settings.
- In the "Marks to Label" section, instead of "All," select Min/Max.
- You can then use the options to choose a scope (e.g., Pane, Table, or Cell) to define how min/max values are identified.
Other handy options here include "Most Recent" for time-series charts or "Selected" which only shows labels for data points you've clicked on.
Creating Custom Conditions with a Calculated Field
For more specific control, you can create a calculated field to define exactly which labels appear. For example, let's say you only want to label sub-categories that had over $150,000 in sales.
- Go to Analysis > Create Calculated Field.
- Name the field something descriptive, like "Labels for High Sales".
- Enter a formula that defines your condition. The logic is: "If the condition is met, show the value, otherwise, show nothing (NULL)." The formula would be:
- Click OK.
- Now, drag your new calculated field ("Labels for High Sales") onto the Label "Marks" card instead of the original "Sales" pill.
Only the bars that meet your criteria will be labeled, giving you a clean and focused view.
Advanced Labeling Techniques
Once you've mastered the basics, here are a couple of powerful techniques for even more professional-looking reports.
Combining Text and Values for Richer Labels
Your labels don't have to be just a number. You can combine static text with dynamic values for more context.
- Add the dimension and measure you want to your Label "Mark." For instance, drop both Sub-Category and Sales on the label.
- Click on the Label box itself, and then on the ellipsis button (...) next to the "Text" field.
- This opens a rich text editor. Here, you can format your label however you'd like. You can write a full sentence and insert the dynamic values:
- Click OK to see your new, descriptive labels on the chart.
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.
Using Annotations to Call Out Specific Insights
If you're creating a report for a presentation, annotating a single point is an excellent way to guide your audience's attention.
- Right-click on the data point (a bar, a dot, etc.) you want to highlight.
- In the context menu, select Annotate > Mark….
- A dialog will appear pre-populated with data about that mark. You can keep it as is or write your own text, like "Record sales in March!" or "Investigate this drop."
- After clicking okay, a text box pointing to that mark will appear, which you can format and reposition as needed.
Unlike labels which can update dynamically as your data changes, annotations are tied to a specific point and are used more for static storytelling.
Final Thoughts
You now have a full toolset for showing values in Tableau, from the simple drag-and-drop of the "Label" mark to the focused context of a tooltip. For even greater control, you can use built-in features to show Min/Max values or create custom calculated fields to label only the data that is most relevant to your analysis.
While these Tableau techniques offer deep control, sometimes the journey just to get a simple, labeled chart can feel a bit cumbersome - all the clicking, dragging, and formatting takes time. It’s why we built Graphed. We wanted to make creating beautiful, insightful charts as easy as asking a question. Instead of navigating menus, you can just connect your marketing and sales data, and then ask, "Show me last quarter's sales by sub-category as a bar chart with the values displayed." Graphed generates the live dashboard for you in seconds, letting you focus on the insights, not the setup.
Related Articles
Facebook Ads For Personal Trainers: The Complete 2026 Strategy Guide
Learn how to effectively use Facebook ads for personal trainers in 2026. This comprehensive guide covers targeting strategies, ad creative, budgeting, and optimization techniques to help you grow your training business.
Facebook Ads for HVAC Companies: The Complete 2026 Strategy Guide
Learn how to run high-converting Facebook ads for HVAC companies in 2026. This guide covers targeting, creative strategies, and proven campaigns that drive real leads.
Facebook Ads for Florists: The Complete 2026 Strategy Guide
Learn proven Facebook advertising strategies for florists in 2026. Target the right audience, create compelling visuals, and optimize your ad budget for maximum ROI.