How to Change Axis Intervals in Tableau

Cody Schneider8 min read

Setting the right scale on your chart's axis in Tableau can completely change how your data story is perceived. While Tableau’s automatic settings do a decent job, taking direct control allows you to highlight specific data ranges, improve readability, and create more compelling dashboards. This guide will walk you through exactly how to change axis intervals and ranges for different types of data, giving you full control over your 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

Why Should You Manually Change Axis Intervals?

You might wonder why you’d bother changing something Tableau handles automatically. Customizing your axis intervals is less about decoration and more about strategic communication. By fine-tuning your axes, you can:

  • Improve Readability: Default intervals can sometimes be too dense or too sparse, cluttering your chart or hiding important gradations. Setting custom intervals (e.g., every $5,000 instead of every $3,875) makes the chart much easier for viewers to interpret at a glance.
  • Focus on What’s Important: If your sales data ranges from $0 to $1 million, but the most critical activity happens between $100,000 and $250,000, you can zoom the axis into that specific range. This eliminates empty space and brings the key part of your data front and center.
  • Create Consistent Comparisons: When placing multiple charts side-by-side on a dashboard, inconsistent axes can be misleading. A chart showing sales from $0-$10k will look very different from one showing $0-$100k, even if the patterns are similar. Fixing the axis range across all charts lets your audience make fair, apples-to-apples comparisons.
  • Prevent Misleading Visuals: The classic example is a bar chart that doesn't start at zero. While there are some niche cases where this is acceptable (mostly for line charts showing small fluctuations over time), it generally exaggerates differences. Taking control ensures you’re presenting your data honestly.

Mastering axis editing is a fundamental step toward building professional, insightful, and truthful dashboards.

Understanding Tableau's Axes: Continuous vs. Discrete

Before changing anything, it's essential to understand the two types of axes in Tableau, identified by the color of the "pills" on your Columns and Rows shelves.

Continuous Axes (Green Pills)

A green pill signifies a continuous field. Think of it as a measurement that can take on any value within a range - like temperature, sales revenue, or age. When you place a continuous field on a shelf, Tableau creates a proper axis for it, complete with a continuous flow from minimum to maximum. These are the axes where you have detailed control over intervals, ranges, and formatting. Measures like "Sales" or "Profit" are continuous by default.

Discrete Axes (Blue Pills)

A blue pill signifies a discrete field. These are distinct, separate items or categories, like Product Category, Region, or Year (when treated as a category). When you place a discrete field on a shelf, Tableau doesn't create an axis, it creates headers or labels for each item. You can’t set a custom numeric "interval" for these, but you can control what's shown by filtering, sorting, or grouping. Dimensions are usually discrete by default.

For this tutorial, our main focus will be on editing continuous (green pill) axes, as that's where true interval customization happens.

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.

How to Edit a Continuous Axis Range and Intervals

Let’s walk through the most common task: changing the start/end points and the tick marks on a quantitative axis. We’ll use a simple line chart showing monthly sales.

![A basic Tableau line chart showing sales over time, ready for axis customization.](https://graphed-blog-assets.s3.amazonaws.com/change-axis-intervals/tableau_axis_1.png)

Follow these steps:

Step 1: Open the Edit Axis Dialog Box

Find the axis you want to modify (in our example, a "Sales" axis on the left). Right-click directly on the axis and select Edit Axis… from the menu that appears.

![Right-clicking on the sales axis in Tableau and selecting the 'Edit Axis' option from the context menu.](https://graphed-blog-assets.s3.amazonaws.com/change-axis-intervals/tableau_axis_2.png)

This will open the Edit Axis dialog box, which contains all the settings we need.

Step 2: Set the Range (Start and End Points)

The dialog box opens on the General tab, where you can define the range of the axis. You have two main options under the Range section:

Automatic

This is the default setting. Tableau automatically sets the start and end values based on the minimum and maximum data points in your view. It's convenient but can change when you apply filters, which might resize charts on a dashboard unexpectedly.

Fixed

This gives you full control. Select the Fixed radio button to manually set a Fixed start and Fixed end value. For example, if you only want to focus on sales figures above $10,000 and cap the view at $80,000, you would enter those numbers here. This is incredibly useful for maintaining a consistent scale across different worksheets.

![The 'General' tab of the Edit Axis dialog, with the 'Fixed' range option selected and start and end values entered.](https://graphed-blog-assets.s3.amazonaws.com/change-axis-intervals/tableau_axis_3.png)

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

Step 3: Adjust the Tick Marks (Intervals)

Now, click on the Tick Marks tab. This is where you'll define the intervals for the lines and labels along your axis.

![The 'Tick Marks' tab in Tableau's Edit Axis popup, showing Major Tick Mark customization options.](https://graphed-blog-assets.s3.amazonaws.com/change-axis-intervals/tableau_axis_4.png)

You have two types of tick marks to configure:

Major Tick Marks

These are the main reference lines that have labels on them.

  • Automatic: Tableau decides where to place the marks based on the data and the chart's size. This is what you see by default.
  • Fixed: To set your own interval, choose the Fixed option. Two new fields will appear:

Minor Tick Marks

These are the smaller, unlabeled lines that appear between the major ones to add more granular context. You can set a fixed interval for these as well, but in most cases, either leaving them set to Automatic or turning them off altogether (None) results in a cleaner visual.

After adjusting your Range and Tick Marks, click the "X" to close the dialog box, and your axis will immediately update with your custom settings.

![The final chart in Tableau with the Y-axis now fixed from $10k to $80k and showing tick marks every $10k.](https://graphed-blog-assets.s3.amazonaws.com/change-axis-intervals/tableau_axis_5.png)

Customizing Date Axes

Date axes are continuous but come with their own unique "Edit Axis" options. When you right-click a continuous date axis, the Tick Marks tab will look different. Instead of a single "Tick Interval" number, you'll see a dropdown menu that lets you set intervals by:

  • Years
  • Quarters
  • Months
  • Weeks
  • Days
  • Hours
  • Minutes
  • Seconds

![Editing a continuous date axis in Tableau, showing Fixed tick marks set to show a major mark every 3 months.](https://graphed-blog-assets.s3.amazonaws.com/change-axis-intervals/tableau_axis_6.png)

You can specify "Every X [Time Unit]." For example, to show a tick mark for every other year, you’d choose Years and enter 2. Or to show major ticks for every quarter, you would choose Months and enter 3.

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.

Advanced Option: Using a Logarithmic Scale

What if your data has an extremely wide range, like a few data points in the millions and many others in the thousands? A standard linear axis would cluster all the small values together, making them impossible to compare. This is where a logarithmic scale comes in handy.

A logarithmic scale uses exponents of a base (usually 10) for its intervals. The distance between 100 and 1,000 is the same as the distance between 1,000 and 10,000. It's a powerful tool for visualizing rates of change or data that spans multiple orders of magnitude.

To enable it:

  1. Right-click your axis and select Edit Axis….
  2. In the General tab, find the Scale section at the bottom.
  3. Select the Logarithmic radio button.

![Finding the 'Logarithmic' scale option in Tableau's Edit Axis General tab.](https://graphed-blog-assets.s3.amazonaws.com/change-axis-intervals/tableau_axis_7.png)

Your axis will instantly re-draw itself on a log scale. The tick mark labels will now follow a pattern like 10, 100, 1K, 10K, etc., giving you a much clearer view of fluctuations across the entire data range.

Best Practices for Axis Customization

  • Sync Your Dual Axes: If you have a dual-axis chart (e.g., comparing Sales as bars and Profit as a line), their axes are independent by default. This can be very misleading. Right-click the second axis and select Synchronize Axis to set them to the same scale for a fair comparison. Note this only works if the measures are on a comparable scale.
  • Keep Your Bar Charts at Zero: For bar charts, always start your axis at zero. Truncating the axis (starting at a higher value) visually distorts the proportions of the bars, making differences look much larger than they truly are.
  • Use Fixed Ranges for Dashboard Consistency: When creating a dashboard with multiple related charts, fix their axes to the same start and end points. This stability makes the dashboard feel cohesive and allows for straightforward visual comparison.
  • Keep it Clean: The goal is clarity. Don't add so many tick marks and grid lines that you overwhelm the data itself. Sometimes, fewer lines are better.

Final Thoughts

Taking the time to customize your axes in Tableau moves you from a passive user to an active data storyteller. By fixing ranges and setting logical intervals, you guide your audience's attention, prevent misinterpretation, and build trust in your visualizations. It's a small set of steps that makes a massive impact on the professionalism and effectiveness of your dashboards.

Learning the intricacies of tools like Tableau is rewarding, but it definitely involves a learning curve. When you just need fast, reliable answers to questions about your business, the manual process of building and customizing reports can feel like a bottleneck. At Graphed, we’ve developed a way to bypass all those menus and dialog boxes entirely. We connect directly to your data sources and let you create real-time dashboards simply by describing what you need in plain English, transforming hours of setup into seconds of conversation.

Related Articles