# Why do I see "NA" in the percentage change of a metric?

The **"NA"** is displayed when there is no data or values for the previous period of a given metric.

<figure><img src="/files/GWLkJWJVbjQUAh2fmDBS" alt="" width="375"><figcaption></figcaption></figure>

* **Why some metrics have data while others do not**:
  * It’s possible for certain metrics to show values while others don’t, depending on activity during the period.
    * For example:
      * **Cycle Time** might display as `6d` because tickets moved through the workflow.
      * **MTTR** (Mean Time to Recovery) could show `0`, as no hotfixes were pushed to release branches during that time.
* **Rationale for Showing "NA"**:
  * Instead of inaccurately reflecting a percentage change (e.g., showing an increase of `+100%`), **"NA"** provides a clearer indicator that the metric lacked data for the previous period.
  * This approach gives users a more accurate understanding of their metrics and avoids misleading interpretations.


---

# 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://docs.hivel.ai/faqs/metrics-and-data-faqs/why-do-i-see-na-in-the-percentage-change-of-a-metric.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.
