# Dashboards

## New & Improved

### Improved Data Quality Scoreboard

The Data Quality Scoreboard has been enhanced to provide a clearer and more structured view of dataset quality. It evaluates data compliance with key standards, including completeness, accuracy, consistency, timeliness, and relevance. The dashboard is divided into two views, each offering specific insights:

* **Overall Scores View:**
  * Displays high-level quality scores for each schema at the connector level.
  * Uses donut charts to represent the aggregate score of all child objects within a schema.
  * Clicking a schema or object name opens the Detailed Scores view.
* **Detailed Scores View:**
  * Provides deeper insights into the quality of individual data objects, including schemas, tables, columns, files, and file columns.
  * Includes the following visualizations:
  * Overall Data Quality Score Gauge
  * Data Quality Metric Scores Bar Chart
  * DQ Score Trend Area Chart
  * Dimension Metrics Donut Chart

### Reset Button - Lineage Graph

A Reset button is now available in the Lineage graph to restore all nodes to their original structured layout.&#x20;

### Data Quality Last Execution Report Dashboard

The Data Quality Last Execution Report Dashboard provides insights into the total number of objects associated with different dimensions. It categorizes objects based on their data quality status, allowing data analysts to track data integrity and performance across multiple dimensions.

The dashboard presents the most recent validation results by retrieving the latest Execution ID for each object and rule. This helps in identifying issues quickly and supports timely corrective actions to maintain or improve data quality.

## <mark style="color:$primary;">Advanced Jobs</mark>

| Name                             | Description                                                                                        |
| -------------------------------- | -------------------------------------------------------------------------------------------------- |
| Migrating Lineage Dashboard Data | This job allows the insertion of data into the Lineage Table to build a Connection Dashboard view. |

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# 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.ovaledge.com/minor-release/release7.2/release-notes/dashboards.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.
