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

# 태블로에서 다른 시트와 축 높이 맞추기
- URL: https://kr.vizney.com/synchronize-axis-heights-across-sheets-in-tableau/
- Published: 2025-04-02T00:51:00.000Z
- Updated: 2025-04-02T00:52:20.000Z
- Description: 여러 시트에 위치한 단일 측정값의 축을 동일한 배율로 동기화하는 방법입니다.
- Author: 황예환
- Tags: Tips & Tricks

하나의 시트 안에서는 축을 공유하거나, 축의 옵션을 통해 높이를 맞추는 것이 가능하나, 대시보드를 구성하는 과정에서 디자인적인 이유 등으로 인해 시트를 분리하여 개발해야 하는 상황이 벌어집니다.

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/04/Before.png)

이런 경우 각 시트의 최대값에 맞춰 축 높이가 설정되므로, 다른 시트와의 명확한 비교가 어렵습니다. 이를 해결하기 위해서는 축의 최대 높이가 될 값을 LOD를 활용하여 계산한 후, 투명한 **참조선**을 그어 축의 높이를 맞출 수 있습니다.

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/04/Max.png)

위와 같이 계산식을 작성하면 지역(Region)과 연도로 구분된 매출(Sales) 값 중 가장 큰 값을 필터의 적용 유무와 관계없이 가져올 수 있습니다.  
(컨텍스트 필터는 LOD 내부로 적용되므로, 일반 차원 필터를 사용하셔야 합니다.)

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/04/Grid.png)

이를 각 시트에 참조선으로 추가하고, 화면상에서 보이지 않도록 모든 옵션 값을 없음(None)으로 설정합니다.

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/04/Reference-Line.png)

이렇게 적용된 결과는 다음과 같습니다.

![](https://storage.ghost.io/c/71/f6/71f6ee37-5711-4588-b703-c29372b31c0a/content/images/2025/04/After-2.png)