> For the complete documentation index, see [llms.txt](https://docs.powerops.app/powerops/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerops.app/powerops/analyze/dax/kpis.md).

# KPIs

<figure><img src="https://2181169139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIZ1QNzp28aI8y60mWhbR%2Fuploads%2F7nXgLeEXn7DU6MMe4eSW%2Fimage.png?alt=media&amp;token=06be4391-8b77-42d0-91c8-11609df90c03" alt=""><figcaption></figcaption></figure>

1. **KPI Parent Measure Name:** \
   Descriptive name given to a DAX formula that calculate key performance.
2. **KPI Description:** \
   It tells what the measure tracks and how it relates to business goals.
3. **Value Measures:** \
   Referenced from parent measure that identifies dynamically calculate results based on context, offering flexible analysis in DAX.
4. **Value Expression:** \
   Code of logic written based on value measures that defines how a measure calculates its result.
5. **Value Description:** \
   It explains what a measure calculates.
6. **Value Format String:** \
   It controls how its values appear visually
7. **Goal Expression:** \
   It defines the target value.
8. **Goal Format String:** \
   It displays how goal value appears visually.
9. **Goal Description:** \
   It helps in explaining the target value.
10. **Status Expression:** \
    It tracks progress towards it in a DAX measure
11. **Status Graphic:** \
    It visually representing the current status of the measure
12. **Status Description:** \
    A text explanation of what the status icon means.
13. **Trend Expression:** \
    Code of logic written based on value measures that defines how a measure calculates its trend.
14. **Trend Graphic:** \
    The icon visually representing the measure's trend.
15. **Trend Description:** \
    A text explanation of what the trend icon means.
