Skip to content

Commit dcff90f

Browse files
authored
Merge pull request #78287 from orspod/viz-overview
Viz overview
2 parents 46f3ba4 + b4674b4 commit dcff90f

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

articles/data-explorer/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
- name: Data ingestion overview
5353
displayName: pipelines, connectors, plugins, Python, .NET, Java, Node, REST
5454
href: ingest-data-overview.md
55+
- name: Data visualization overview
56+
href: viz-overview.md
5557
- name: How-to guides
5658
items:
5759
- name: Get Started
@@ -86,6 +88,8 @@
8688
href: sisense.md
8789
- name: Grafana
8890
href: grafana.md
91+
- name: ODBC connector
92+
href: connect-odbc.md
8993
- name: Manage
9094
items:
9195
- name: Manage database permissions
@@ -114,8 +118,6 @@
114118
href: kqlmagic.md
115119
- name: Copy data using Azure Data Factory
116120
href: data-factory-load-data.md
117-
- name: Connect with ODBC
118-
href: connect-odbc.md
119121
- name: Troubleshoot
120122
items:
121123
- name: Creating a cluster
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: 'Azure Data Explorer data visualization'
3+
description: 'Learn about the different ways you can visualize your Azure Data Explorer data'
4+
services: data-explorer
5+
author: orspod
6+
ms.author: orspodek
7+
ms.reviewer: rkarlin
8+
ms.service: data-explorer
9+
ms.topic: conceptual
10+
ms.date: 06/03/2019
11+
---
12+
13+
# Data visualization with Azure Data Explorer
14+
15+
Azure Data Explorer is a fast and highly scalable data exploration service for log and telemetry data that is used to build complex analytics solutions for vast amounts of data. Azure Data Explorer integrates with various visualization tools, so you can visualize your data and share the results across your organization. This data can be transformed into actionable insights to make an impact on your business.
16+
17+
Data visualization and reporting is a critical step in the data analytics process. Azure Data Explorer supports many BI services so you can use the one that best fits your scenario and budget.
18+
19+
* Azure Data Explorer visualizations:
20+
Using Kusto query language the [`render operator`](/azure/kusto/query/renderoperator) offers various visualization types to depict query results. Query visualizations are helpful in anomaly detection and forecasting, machine learning, and more.
21+
22+
* [Power BI](https://powerbi.microsoft.com):
23+
Azure Data Explorer provides the capability to connect to Power BI using various methods:
24+
25+
* [Built-in native Power BI connector](/azure/data-explorer/power-bi-connector)
26+
27+
* [Query import from Azure Data Explorer into Power BI](/azure/data-explorer/power-bi-imported-query)
28+
29+
* [SQL query](/azure/data-explorer/power-bi-sql-query).
30+
31+
* [Microsoft Excel](https://products.office.com/excel):
32+
Azure Data Explorer provides the capability to connect to Excel using the built-in native Excel connector, or import a query from Azure Data Explorer into Excel.
33+
34+
* [Grafana](https://grafana.com):
35+
Grafana provides an Azure Data Explorer plugin that enables you to visualize data from Azure Data Explorer. You [set up Azure Data Explorer as a data source for Grafana, and then visualize the data](/azure/data-explorer/grafana)
36+
37+
* [Sisense](https://www.sisense.com):
38+
Azure Data Explorer provides the capability to connect to Sisense using the JDBC connector. You [set up Azure Data Explorer as a data source for Sisense, and then visualize the data](/azure/data-explorer/sisense).
39+
40+
* [Tableau](https://www.tableau.com):
41+
Azure Data Explorer provides the capability to connect to Tableau using the [ODBC connector and visualize the data in Tableau](/azure/data-explorer/connect-odbc).
42+
43+
* [Qlik](https://www.qlik.com):
44+
Azure Data Explorer provides the capability to connect to Qlik using the [ODBC connector](/azure/data-explorer/connect-odbc).

0 commit comments

Comments
 (0)