> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# KPI

> Available KPI Chart Types: KPI, Progress Bars

## Data Configuration

#### Chart Type

You can read about this section [here](/creating-dashboards/visualizations/data-tab#chart-type).

#### Aggregation

This is the field displayed in the KPI. SUM or COUNT will be the default aggregation provided, but selecting the aggregation
will list all the possible aggregations to choose from. You can also use custom formulas, read about how to configure those [here](/creating-dashboards/visualizations/format-tab/custom-formulas).

#### Filter

Read about the `Filter` section [here](/creating-dashboards/visualizations/data-tab#filter).

## Formatting

#### Header

Read about the `Header` section [here](/creating-dashboards/visualizations/format-tab/overview#header).

#### General

* **Description:** This is a subtitle that will appear below the title of the KPI.
* **Alignment:** This section specifies the alignment options for the KPI. In this section you can select
  vertical and horizontal alignment, as well as relative alignment between the title and the value.

#### Value

Read about the `Value` section [here](/creating-dashboards/visualizations/format-tab/kpi-value).

#### Color

* **Format Type:**
  * **Constant**
    * **Value Text Color:** The color chosen here will always apply to the KPI Value.
    * **Apply Color to Goal & Units** This specifies that the `Value Text Color` also applies to any units and progress bars.
  * **Conditional**
    * **Conditional Trigger Value:** This value will be compared with the KPI value to determine which color to use for the KPI. It is possible to use a variable in this section, such as a value from a dataset.
    * **Positive Color** This specifies the color of the KPI value if the value is greater than the Conditional Trigger Value.
    * **Negative Color** This specifies the color of the KPI value if the value is less than or equal to the Conditional Trigger Value.
    * **Apply Color to Goal & Units** This specifies that the conditional color also applies to any units and progress bars.

#### Progress Bar

* **Progress Goal:** This specifies the goal, or total value of the progress bar that the kpi value is being compared against. This will appear as a denominator on the KPI.
* **Hide Goal:** This specifies if the goal, or denominator, is hidden from the KPI.
* **Show Percent:** This specifies if a percentage should be shown as the KPI value, instead of value / goal.
* **Percent Decimal Places:** If `Show Percent` is toggled on, this specifies the number of decimal places shown in the percentage.
* **Progress Bar Color** This specifies the color of the progress bar.

#### URL Link

Read about the `URL Link` section [here](/creating-dashboards/visualizations/format-tab/overview#url-link).

#### No Data Configuration

Read about the `No Data Configuration` section [here](/creating-dashboards/visualizations/format-tab/overview#no-data-configuration).

#### Expose Underlying Data

Read about the `Expose Underlying Data` section [here](/creating-dashboards/drilldowns/underlying-data-drilldowns).
