> ## Content Index
> Fetch the complete content index at: https://www.vizney.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Synchronize Axis Heights Across Sheets in Tableau
- URL: https://www.vizney.com/synchronize-axis-heights-across-sheets-in-tableau/
- Published: 2025-04-02T00:51:36.000Z
- Updated: 2025-04-02T00:57:55.000Z
- Description: This guide explains how to keep the axis scale consistent for a single measure across multiple sheets.
- Author: Yehwan Hwang
- Tags: Tips & Tricks

In a single sheet, you can share axes or adjust their height using built-in options. However, when designing dashboards, you may need to split charts into separate sheets for layout or design reasons.

![](https://kr.vizney.com/content/images/2025/04/Before.png)

When this happens, each sheet's axis height is determined by its own maximum value, making direct comparisons difficult. To fix this, you can use an LOD expression to calculate a common maximum value and then add an invisible **Reference Line** to align the axes.

![](https://kr.vizney.com/content/images/2025/04/Max.png)

This method ensures that the highest **Sales** value across **Regions** and **Years** is consistently applied, regardless of any filters.  
(Note: Since context filters are applied inside LOD expressions, use regular dimension filters instead.)

![](https://kr.vizney.com/content/images/2025/04/Grid.png)

Finally, add this reference line to each sheet and set all display options to **None** to keep it invisible.

![](https://kr.vizney.com/content/images/2025/04/Reference-Line.png)

Here’s how it looks in action:

![](https://kr.vizney.com/content/images/2025/04/After-2.png)