# Pie Chart/Advanced Pie Chart

This Visualization breaks down data into segments, illustrating each category's contribution to the whole.

<figure><img src="/files/T8qSn5R8CcLNkIGkrtqT" alt=""><figcaption></figcaption></figure>

### Data Visualization

Enter the following values as per the requirement.

<figure><img src="/files/23S8oeOlKbfU2c5Nnl1G" alt=""><figcaption></figcaption></figure>

### Name of Visualization

Enter the name of your Visualization widget, which will appear on your dashboard.

### Identifier

Select the column name from the dropdown to use as the identifier for counting distribution in the pie chart.

### Dimension

Select the column name from the dropdown to divide the pie chart into slices based on its distinct values.

### Custom Filters

You can filter the data in the final output on the dashboard according to your needs.

Choose whether to include data using the **=** operator or exclude it using the **!=** operator. You can also use the regex operator and provide the regex formula.

### Customize

<figure><img src="/files/wd829ysRBzZ5MMxn2uyY" alt=""><figcaption></figcaption></figure>

**Color:** You can customize the coloring for the pie chart.

**Pie Chart Type:** You can select whether you want Normal Pie Chart or Donut.

**Dimension Units:**&#x20;

Select the unit from the dropdown to be displayed on the dashboard.

Following unit options are available

{% tabs %}
{% tab title="Time" %}
Second = sec

Minutes = mins

Hours = hrs

Days = days

Week = week
{% endtab %}

{% tab title="Numbers" %}
Thousand = K

Lakh = L

Million = M

Billion = B
{% endtab %}
{% endtabs %}

### View Chart

Click on View Chart to preview it before adding it to the dashboard.


---

# Agent Instructions: 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:

```
GET https://guides.apxor.com/product-guides/bi-dashboard/pie-chart-advanced-pie-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
