# DQ Report

The DQ Report is a dashboard that shows data quality health across all your monitored assets.

![](/files/6BVExPBpqMEhARAnNtKZ)

***

## Key Metrics

* **DQ Score**: an overall quality score aggregated across all monitored assets
* **Monitor Coverage**: percentage of registered assets that have at least one active monitor
* **Incident Trend**: incidents opened and closed over a selected time range
* **Monitor Health**: breakdown by [monitor type](/user-guide/monitor-types.md) and severity

***

## Time Range

Use the date range selector to adjust the reporting window. All charts and metrics update to reflect the selected period.

***

## Using the DQ Report

The DQ Report is useful for:

* **Weekly reviews** — see whether your overall data quality improved or declined
* **Identifying hotspots** — find which assets or monitor types are generating the most [incidents](/user-guide/incidents.md)
* **Coverage gaps** — spot assets that are unmonitored and should be [connected](/user-guide/connecting-assets.md)
* **Presenting to stakeholders** — share a high-level view of data quality across the organization

***

## Related

* [Incidents](/user-guide/incidents.md) — drill into specific issues
* [Monitor Types](/user-guide/monitor-types.md) — understand what each check measures
* [AI Copilot](/user-guide/copilot.md) — ask questions about DQ trends conversationally


---

# 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://fabric-docs.telm.ai/user-guide/dq-report.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.
