> For the complete documentation index, see [llms.txt](https://docs.trackit.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trackit.so/trackit-101/dashboard-reports/report/funnel.md).

# 퍼널

## 퍼널 <a href="#funnel" id="funnel"></a>

💡**이럴 때 사용하세요.**

우리 회사 세일즈 파이프라인의 전환율과 이탈율을 확인하고 싶어요.

### 1️⃣ **데이터 소스 선택** <a href="#select-data-source" id="select-data-source"></a>

**레코드 또는 그룹** 데이터를 기반으로 리포트를 작성할 수 있습니다. 원하는 데이터 소스를 선택하여 분석의 시작점을 설정합니다.

<figure><img src="/files/ppbxYsjiVBjKabPCMaCI" alt="데이터 소스 선택"><figcaption><p>데이터 소스 선택</p></figcaption></figure>

### 2️⃣ **(옵션) 필터 설정** <a href="#select-filter" id="select-filter"></a>

선택한 데이터 소스에 필터를 적용하여 특정 기준에 부합하는 데이터만 리포트에 반영할 수 있습니다.\
예를 들어, 특정 날짜 범위나 상태의 데이터를 필터링할 수 있습니다.

<figure><img src="/files/8dSu3f4X71Pl4AY6iboT" alt="필터 설정"><figcaption><p>필터 설정</p></figcaption></figure>

### 3️⃣ **메트릭 선택** <a href="#select-metric" id="select-metric"></a>

퍼널에서 확인할 메트릭을 선택합니다. (레코드 수, 통화(금액), 숫자)

<figure><img src="/files/sKcs3ZzXQknXqBppUiRN" alt="메트릭 선택"><figcaption><p>메트릭 선택</p></figcaption></figure>

### 4️⃣ **상태 속성 선택** <a href="#select-stage" id="select-stage"></a>

퍼널로 표시하려는 '상태' 속성을 선택합니다.\
'상태 선택'을 통해 퍼널에 포함시키려는 속성 값을 선택합니다.

{% hint style="info" %}
**확인하려는 퍼널의 마지막 단계를 확인하세요.**\
만약 리드부터 딜 성사까지의 '성공율'을 확인하고 싶다면 '실패'에 해당하는 속성은 제외해야 합니다.\
반대로 '이탈율'을 확인하고 싶다면 '성공'에 해당하는 속성은 제외해야 합니다.
{% endhint %}

<figure><img src="/files/7Q8RBuyibTUETMYRbQr3" alt="상태 속성 선택"><figcaption><p>상태 속성 선택</p></figcaption></figure>

### 5️⃣ **시각화 유형 선택** <a href="#select-chart" id="select-chart"></a>

**퍼널 챠트**\
파이프라인의 전환/이탈율을 확인할 수 있습니다.

<figure><img src="/files/Mh1gOoBAMp8IyOQTEeFp" alt="퍼널 챠트"><figcaption><p>퍼널 챠트</p></figcaption></figure>

**퍼널 지표**\
파이프라인을 통과한 최종 단계의 해당하는 메트릭을 확인할 수 있습니다.\
메트릭을 레코드 수로 선택했다면 시작 단계로부터 최종 단계까지의 **전환율**을 확인할 수 있습니다.\
통화, 숫자 속성의 경우 최종 단계의 **합계**를 확인할 수 있습니다.

<figure><img src="/files/juOmUj1wjQa4FHV2i6sG" alt="퍼널 지표"><figcaption><p>퍼널 지표</p></figcaption></figure>

**퍼널 스텝형 챠트**\
파이프라인의 전환/이탈율을 확인할 수 있습니다. 단, 이탈율을 한눈에 확인하기 좋습니다.

<figure><img src="/files/Gc04QRMp0yEacotPc8n5" alt="퍼널 스텝형 챠트"><figcaption><p>퍼널 스텝형 챠트</p></figcaption></figure>

### 6️⃣ **저장** <a href="#save" id="save"></a>

리포트를 작성한 후에는 반드시 저장해야 대시보드에 추가할 수 있습니다.\
화면 우측 상단의 ‘저장’ 버튼을 클릭하여 설정을 저장하세요. 저장하지 않으면 리포트가 대시보드에 반영되지 않습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trackit.so/trackit-101/dashboard-reports/report/funnel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
