# Trends

Sleuth's **Trends** dashboard allows you spot how your initiatives (projects, labels, or teams) are trending over time.

![](/files/xdDW9qZTdGoVMkPzf9lf)

You can use the date filter to see trends over the last two weeks, month, quarter or any custom date range you desire.

Each of the four DORA metrics can be drilled into to see how each metric has broken down. If your MTTR is trending up over the period use the drill-downs to discover if it's an increase in Incidents, Rollbacks or some other cause.

Using the Trends dashboard coupled with [Labels](/sleuth-dora/modeling-your-deployments/organization/labels.md) and [Teams](/sleuth-dora/modeling-your-deployments/teams.md) allows you to see trends across any taxonomy within your Organization.

{% hint style="info" %}
Trends for all projects is available on all plans. Filtering by specific projects, labels, or teams requires being on an Enterprise plan.
{% endhint %}

### How is Failure rate calculated?

Each of the four bars represents a period. For each of the 4 periods Sleuth calculates failure rate across all projects. Assume for period 3 one has three projects with corresponding failure rates

* Project A: 30%
* Project B: 0%
* Project C: 0%

The resulting average for the period is somewhere around 10%. You can see this by hovering over independent bars.

![](/files/aWJyvnwYpe4Fpg6H43y4)

The final number at the bottom represents the average across all four periods

![](/files/5vPdZdqez2IYskN2PoRx)

## Further Reading

For additional information on how Sleuth calculates and "percent change" for the Trends dashboard and for other dashboards and views, see [Interpreting "Percent Change" in Sleuth](/sleuth-dora/accelerate-metrics/how-we-calculate.md#interpreting-percent-change).


---

# 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://help.sleuth.io/sleuth-dora/modeling-your-deployments/organization/trends.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.
