Data visualization in Data Products overview

The Azure Operator Insights Data Product is an Azure service that handles processing and enrichment of data. A set of dashboards is deployed with the Data Product, but users can also query and visualize the data.

Data Explorer

Enriched and processed data is stored in the Data Product and is made available for querying with the Consumption URL, which you can connect to in the Azure Data Explorer web UI. Permissions are governed by role-based access control.

The Data Product exposes a database, which contains a set of tables and materialized views. You can query this data in the Data Explorer GUI using Kusto Query Language.

Enrichment and aggregation

The Data Product enriches the raw data by combining data from different tables together. This enriched data is then aggregated in materialized views that summarize the data over various dimensions.

The data is enriched and aggregated after it has been ingested into the raw tables. As a result, there is a slight delay between the arrival of the raw data and the arrival of the enriched data.

The Data Product has metrics that monitor the quality of the raw and enriched data. For more information, see Data quality and data monitoring.

Visualizations

Dashboards are deployed with the Data Product. These dashboards include a set of visualizations organized according to different KPIs in the data, which can be filtered on a range of dimensions. For example, visualizations provided in the Mobile Content Cloud (MCC) Data Product include upload/download speeds and data volumes.

For information on accessing and using the built-in dashboards, see Use Data Product dashboards.

You can also create your own visualizations, either by using the KQL render operator in the Azure Data Explorer web UI or by creating dashboards following the guidance in Visualize data with Azure Data Explorer dashboards.

Querying

On top of the dashboards provided as part of the Data Product, the data can be directly queried in the Azure Data Explorer web UI. See Query data in the Data Product for information on accessing and querying the data.