Skip to content

Commit 8358a02

Browse files
Merge pull request #7074 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-28 11:00 UTC
2 parents 906bd3f + 10aee71 commit 8358a02

File tree

90 files changed

+107
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+107
-101
lines changed

data-explorer/azure-data-explorer-dashboard-share.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Share Azure Data Explorer dashboards
33
description: Learn how to share Azure Data Explorer dashboards
44
ms.reviewer: gabil
55
ms.topic: how-to
6-
ms.date: 01/14/2025
6+
ms.date: 08/26/2025
77
---
88
# Share dashboards
99

@@ -23,26 +23,29 @@ In general, dashboards are shared in two steps: Grant permissions, and share the
2323
## Manage permissions
2424

2525
1. Browse to your [Azure Data Explorer dashboards](azure-data-explorer-dashboards.md) and toggle mode from **Viewing** to **Editing**.
26+
27+
:::image type="content" source="media/dashboard-parameters/edit-dashboard.png" alt-text="Screenshot of the Dashboard's homepage." lightbox="media/dashboard-explore-data/dashboards.png":::
28+
2629
1. Select the **Share** menu item in the top bar of the dashboard.
27-
1. Select **Manage permissions** from the dropdown.
30+
1. Select **Manage access** from the dropdown.
2831

2932
:::image type="content" source="media/adx-dashboards/share-dashboard.png" alt-text="Screenshot of the share dashboard dropdown.":::
3033

31-
## Grant permissions
34+
## Grant access
3235

33-
Permissions can be granted to users [within your tenant](#grant-permissions-to-users-within-your-tenant) or to [users in a different tenant](#grant-permissions-to-users-in-a-different-tenant).
36+
Access can be granted to users [within your tenant](#grant-access-to-users-within-your-tenant) or to [users in a different tenant](#grant-access-to-users-in-a-different-tenant).
3437

35-
### Grant permissions to users within your tenant
38+
### Grant access to users within your tenant
3639

37-
In the **Dashboard permissions** pane:
40+
In the **Manage access** pane:
3841

3942
1. Enter the Microsoft Entra user or Microsoft Entra group in **Add new members**.
4043
1. In the **Permission** level, select one of the following values: **Can view** or **Can edit**.
4144
1. Select **Add**.
4245

43-
:::image type="content" source="media/dashboard-explore-data/dashboard-permissions.png" alt-text="Manage dashboard permissions.":::
46+
:::image type="content" source="media/adx-dashboards/dashboard-permissions.png" alt-text="Manage dashboard permissions.":::
4447

45-
### Grant permissions to users in a different tenant
48+
### Grant access to users in a different tenant
4649

4750
> [!IMPORTANT]
4851
> Cross-tenant sharing is disabled by default. To enable cross-tenant sharing, a tenant admin must enable it in the Azure Data Explorer WebUI [settings](web-customize-settings.md#enable-cross-tenant-dashboard-sharing).
@@ -52,7 +55,7 @@ In the **Dashboard permissions** pane:
5255
In the **Dashboard permissions** pane:
5356

5457
1. Select the **Share** menu item in the top bar of the dashboard.
55-
1. Under **Share with external user**, enter the user's email address.
58+
1. Under **Share with external user**, enter the user's email address.
5659

5760
> [!NOTE]
5861
> * You can share with individual Microsoft Entra ID users, security groups, or Microsoft accounts (MSA).
@@ -100,7 +103,7 @@ To change a user permission level in the **Dashboard permissions** pane:
100103
1. Change the **Permission** level as needed.
101104
1. To remove a user, select the trash icon next to the user.
102105

103-
:::image type="content" source="media/adx-dashboards/dashboard-permissions.png" alt-text="Screenshot of dashboard permissions dialog":::
106+
:::image type="content" source="media/adx-dashboards/view-dashboard-permissions.png" alt-text="Screenshot of the dashboard permissions dialog.":::
104107

105108
## Share the dashboard link
106109

data-explorer/azure-data-explorer-dashboards.md

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Visualize data with the Azure Data Explorer dashboard
33
description: Learn how to visualize data with the Azure Data Explorer dashboard
44
ms.reviewer: gabil
55
ms.topic: how-to
6-
ms.date: 01/14/2025
6+
ms.date: 08/25/2025
77
---
88

99
# Visualize data with Azure Data Explorer dashboards
@@ -41,11 +41,11 @@ To interactively explore sample dashboards, see [Quickstart: Visualize sample da
4141

4242
A single dashboard can show visuals from one or more clusters.
4343

44-
1. Select the **More menu** [...] > **Data sources**
44+
1. In the upper toolbar, select **Data sources**.
4545

46-
:::image type="content" source="media/adx-dashboards/data-source-more-menu.png" alt-text="Screenshot of adding a data source through the more menu.":::
46+
:::image type="content" source="media/adx-dashboards/data-source.png" alt-text="Screenshot of adding a data source through the more menu.":::
4747

48-
1. In the **Data sources** pane, select **+ New data source**.
48+
1. In the **Data sources** pane, select **+ Add**.
4949
1. In the **Create new data source** pane:
5050
1. Enter a **Data source name**.
5151
1. Enter the **Cluster URI** region and then select **Connect**.
@@ -59,26 +59,25 @@ A single dashboard can show visuals from one or more clusters.
5959

6060
Dashboard tiles use Kusto Query Language snippets to retrieve data and render visuals. Each tile/query can support a single visual.
6161

62-
1. Select **Add tile** from the dashboard canvas or the top menu bar.
62+
1. Select **Add tile** from the dashboard canvas or the upper toolbar.
6363

64-
:::image type="content" source="media/adx-dashboards/empty-dashboard-new-query.png" alt-text="New query.":::
64+
:::image type="content" source="media/adx-dashboards/add-tile.png" alt-text="New query.":::
6565

6666
1. In the **Query** pane,
6767
1. Select the data source from the dropdown menu.
6868
1. Type the query, and the select **Run**. For more information about generating queries that use parameters, see [Use parameters in your query](dashboard-parameters.md#use-parameters-in-your-query).
6969

70-
1. Select **Visual**.
71-
72-
:::image type="content" source="media/adx-dashboards/initial-query.png" alt-text="Execute query.":::
70+
:::image type="content" source="media/adx-dashboards/run-query.png" alt-text="Execute query.":::
7371

74-
1. In the visual tab, select **Visual type** to choose the type of visual.
75-
1. Select **Apply changes** to pin the visual to the dashboard.
72+
1. Select **Visual**.
73+
1. In the visual pane, select **Visual type** to choose the type of visual.
74+
1. Select **Apply changes** to pin the visual to the dashboard.
7675

77-
:::image type="content" source="media/adx-dashboards/add-visual.png" alt-text="Add visual to query.":::
76+
:::image type="content" source="media/adx-dashboards/visual.png" alt-text="Add visual to query.":::
7877

7978
1. You can resize the visual and then select the **Save** icon.
8079

81-
:::image type="content" source="media/adx-dashboards/save-dashboard.png" alt-text="save dashboard.":::
80+
:::image type="content" source="media/adx-dashboards/resize-and-save.png" alt-text="Resize and save dashboard.":::
8281

8382
## Pin tile from query
8483

@@ -111,6 +110,9 @@ You can change the position of the legend in your tiles and use the legend to in
111110

112111
If you have edit rights on a dashboard, you can change the location of the legend in your tile. Toggle to **Edit** mode and select the **Edit tile** pencil icon. In the **Visual formatting** pane, under **Legend**, you can select your location preference.
113112

113+
:::image type="content" source="media/adx-dashboards/legend.png" alt-text="Screenshot of the legend settings in the Visual Formatting pane":::
114+
115+
114116
### Interact with your data
115117

116118
You can use the legend to interact with the data in your tile. You can change what data you view by selecting the specific item in the legend. Use <kbd>Ctrl</kbd> to add or remove items from the selection, hold <kbd>shift</kbd> to select a range. Items not selected are greyed out.
@@ -123,7 +125,7 @@ The **Up** and **Down** arrows navigate through the list in the following ways:
123125
* When one item is selected, the up and down arrows select the previous or next item.
124126
* When more than one item is selected, the up and down arrows change which item is highlighted on the tile.
125127

126-
:::image type="content" source="media/adx-dashboards/interactive-legend.png" alt-text="Screenshot showing the buttons to use the legend to interact with your data.":::
128+
:::image type="content" source="media/adx-dashboards/interactive-tile.png" alt-text="Screenshot showing the buttons to use the legend to interact with your data.":::
127129

128130
## View query
129131

@@ -132,10 +134,11 @@ You can view the query in either editing or viewing mode. Editing the underlying
132134
1. Browse to your dashboard.
133135
1. On the tile you want to explore, select the **More menu [...]** > **View query**.
134136

135-
A pane opens with the query and results table.
136-
1. Select **New query tab**. Proceed to edit the query in the [Azure Data Explorer web UI query pane](web-ui-query-overview.md).
137+
:::image type="content" source="media/adx-dashboards/view-query.png" alt-text="Screenshot of the tile's dropdown menu with the View query option highlighted.":::
138+
139+
1. In the **View Area** pane, select **New query tab** to edit the query in the [Azure Data Explorer web UI query pane](web-ui-query-overview.md). To edit the query within the tile, select the **Edit tile** button.
137140

138-
:::image type="content" source="media/adx-dashboards/view-query.png" alt-text="Screenshot of view query pane with the query in the top half of the screen and results in the bottom half.":::
141+
:::image type="content" source="media/adx-dashboards/edit-query-pane.png" alt-text="Screenshot of view query pane with the query in the top half of the screen and results in the bottom half.":::
139142

140143
> [!NOTE]
141144
> Any edits made to the query using this flow won't be reflected in the original dashboard.
@@ -148,9 +151,9 @@ Use the file menu to export a dashboard to a JSON file. Exporting dashboard can
148151
* **Dashboard template**: You can use the file as template for creating new dashboards.
149152
* **Manual editing**: You can edit the file to modify the dashboard. The file can be imported back to the dashboard.
150153

151-
To export a dashboard, in the dashboard, select **File** > **Export to file**.
154+
To export a dashboard, in the upper toolbar, select **File** > **Download dashboard to file**.
152155

153-
:::image type="content" source="media/adx-dashboards/export-dashboard-file.png" alt-text="Screenshot of dashboard, showing the export to file option.":::
156+
:::image type="content" source="media/adx-dashboards/export-dashboard.png" alt-text="Screenshot of dashboard, showing the export to file option.":::
154157

155158
The file contains the dashboard data in JSON format, an outline of which is shown in the following snippet.
156159

@@ -205,9 +208,9 @@ The file contains the dashboard data in JSON format, an outline of which is show
205208

206209
You can use a dashboard file to create a new dashboard, as follows:
207210

208-
1. In the main dashboard page, select **New dashboard** > **Import from file**.
211+
1. In the main **Dashboards** page, select **New dashboard** > **Import dashboard from file**.
209212

210-
:::image type="content" source="media/adx-dashboards/import-dashboard-file.png" alt-text="Screenshot of dashboard, showing the import from file option.":::
213+
:::image type="content" source="media/adx-dashboards/new-dashboard-from-file.png" alt-text="Screenshot of dashboard, showing the import from file option.":::
211214

212215
1. Select the file to import.
213216
1. Enter a dashboard name, and then select **Create**.
@@ -216,9 +219,9 @@ You can use a dashboard file to create a new dashboard, as follows:
216219

217220
You can update an existing dashboard, or restore a previous version, as follows:
218221

219-
1. In the dashboard, select **File** > **Replace with file**.
222+
1. In the upper toolbar, select **File** > **Replace dashboard with file**.
220223

221-
:::image type="content" source="media/adx-dashboards/replace-dashboard-file.png" alt-text="Screenshot of dashboard, showing the option to replace with file.":::
224+
:::image type="content" source="media/adx-dashboards/existing-dashboard-from-file.png" alt-text="Screenshot of dashboard, showing the option to replace with file.":::
222225

223226
1. Select the file to update the dashboard.
224227
1. Select **Save changes**.
@@ -229,31 +232,26 @@ Pages are optional containers for tiles. You can use pages to organize tiles int
229232

230233
1. On the left **Pages** pane, select **+ Add page**.
231234

235+
:::image type="content" source="media/adx-dashboards/add-page.png" alt-text="Screenshot of the add page button.":::
236+
232237
1. To name the page, select the vertical **More menu [...]** > **Rename page**.
233238

234239
1. [Add tiles](#add-tile) to the page.
235240

236-
## Enable auto refresh
241+
## Enable Auto Refresh
237242

238-
Auto refresh is a feature that allows you to automatically update the data on a dashboard without manually reloading the page or clicking a refresh button.
243+
Auto refresh keeps your dashboard data up-to-date without requiring manual updates. Database editors can configure a default refresh rate and set a minimum refresh interval to manage cluster load. Dashboard viewers can adjust the refresh rate within the allowed range to suit their needs.
239244

240-
The default auto refresh rate can be set by a database editor. Both editors and viewers can change the actual rate of auto refresh while viewing a dashboard.
241-
242-
:::image type="content" source="media/adx-dashboards/auto-refresh-times.png" alt-text="Screenshot of the different time intervals available in auto refresh in dashboards.":::
243-
244-
However, database editors might want to limit the minimum refresh rate that any viewer can set so as to reduce the cluster load. When the minimum refresh rate is set, database users can't set a refresh rate lower than the minimum.
245-
246-
1. Select the **More menu [...]** > **Auto refresh**.
245+
1. In the upper toolbar, select **Settings** > **Auto refresh**.
247246

248247
:::image type="content" source="media/adx-dashboards/auto-refresh.png" alt-text="Select auto refresh.":::
249248

250249
1. Toggle the option so auto refresh is **Enabled**.
251250
1. Select values for **Minimum time interval** and **Default refresh rate**.
252-
253-
:::image type="content" source="media/adx-dashboards/auto-refresh-toggle.png" alt-text="Enable auto refresh.":::
254-
255251
1. Select **Apply** and then **Save** the dashboard.
256252

253+
:::image type="content" source="media/adx-dashboards/enable-auto-refresh.png" alt-text="Screenshot showing enable auto refresh.":::
254+
257255
## Related content
258256

259257
* [Use parameters in Azure Data Explorer dashboards](dashboard-parameters.md)

data-explorer/base-query.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a dashboard base query
33
description: Learn how to create a base query for an Azure Data Explorer dashboard.
44
ms.reviewer: gabil
55
ms.topic: how-to
6-
ms.date: 04/30/2024
6+
ms.date: 08/26/2025
77
---
88
# Create a dashboard base query
99

@@ -25,13 +25,16 @@ To interactively explore sample dashboards, see [Quickstart: Visualize sample da
2525
## Create a base query
2626

2727
1. Toggle the dashboard mode from **Viewing** to **Editing**.
28+
29+
:::image type="content" source="media/dashboard-parameters/edit-dashboard.png" alt-text="Screenshot of the Dashboard's homepage." lightbox="media/dashboard-explore-data/dashboards.png":::
30+
2831
1. At the top of the dashboard, select **Base queries**.
2932

3033
:::image type="content" source="media/base-query/base-query-menu.png" alt-text="Screenshot of dashboard menu in Azure Data Explorer with the base queries option highlighted by a red box." lightbox="media/base-query/base-query-menu.png":::
3134

3235
The base query pane opens to the right.
3336

34-
1. Select **+ New base query**.
37+
1. Select **+ Add**.
3538

3639
:::image type="content" source="media/base-query/new-base-query.png" alt-text="Screenshot of new base query in Azure Data Explorer dashboards." lightbox="media/base-query/new-base-query.png":::
3740

data-explorer/dashboard-conditional-formatting.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Apply conditional formatting to Azure Data Explorer dashboard visuals
33
description: Learn how to apply conditional formatting to Azure Data Explorer dashboard visuals.
44
ms.reviewer: gabil
55
ms.topic: how-to
6-
ms.date: 09/21/2023
6+
ms.date: 08/26/2025
77
---
88

99
# Apply conditional formatting to Azure Data Explorer dashboard visuals
@@ -21,19 +21,19 @@ For each visual, you have the flexibility to define one or more conditional form
2121

2222
1. On the tile that you'd like to customize, select the **Edit** icon.
2323

24-
1. In the **Visual formatting** pane, scroll to the bottom and toggle **Conditional formatting** from **Hide** to **Show**.
25-
26-
:::image type="content" source="media/dashboard-customize-visuals/add-conditional-formatting.png" alt-text="Screenshot of adding conditional formatting in dashboards in Azure Data Explorer web UI.":::
24+
:::image type="content" source="media/dashboard-customize-visuals/edit-tile-button.png" alt-text="Screenshot of how to edit a tile in dashboards in Azure Data Explorer web UI.":::
2725

26+
1. In the **Visual formatting** pane, scroll to the bottom and toggle **Conditional formatting** from **Hide** to **Show**.
2827
1. Select **Add rule**. A new rule appears with default values.
2928

29+
:::image type="content" source="media/dashboard-customize-visuals/enable-formatting.png" alt-text="Screenshot of adding conditional formatting in dashboards in Azure Data Explorer web UI.":::
30+
3031
1. On the new rule, select the **Edit** icon.
3132

32-
:::image type="content" source="media/dashboard-customize-visuals/edit-new-rule.png" alt-text="Screenshot of editing new rule in dashboards in Azure Data Explorer.":::
33+
:::image type="content" source="media/dashboard-customize-visuals/edit-rule.png" alt-text="Screenshot of editing new rule in dashboards in Azure Data Explorer.":::
3334

3435
The **Conditional formatting** pane opens. For table visuals, you can either [color by condition](#color-by-condition) or [color by value](#color-by-value). For stat and multi stat visuals, you can only [color by condition](#color-by-condition).
3536

36-
3737
## Color by condition
3838

3939
The color by condition rule allows you to set one or more logical conditions that must be met for a value to be colored. This option is available for table, stat, and multi stat visuals.
@@ -66,9 +66,9 @@ To color your results by condition:
6666
> [!NOTE]
6767
> To define more than one condition, select **Add condition** at the end of the **Conditions** section.
6868
69-
1. Select **Save**. In the following example, the `State` column is highlighted when the `Damage` column is greater than zero.
69+
1. Select **Save**. In the following example, the `avg_Value` column is highlighted when the value is greater than 1,000.
7070

71-
:::image type="content" source="media/dashboard-customize-visuals/color-by-condition.png" alt-text="Screenshot of resulting graph from color by condition.":::
71+
:::image type="content" source="media/dashboard-customize-visuals/condition.png" alt-text="Screenshot of resulting graph from color by condition.":::
7272

7373
## Color by value
7474

@@ -90,9 +90,9 @@ To color your results by value:
9090
| **Reverse colors** | | A toggle option that defines the direction of the gradient. |
9191
| **Apply options** | :heavy_check_mark: | Apply the formatting to cells in a specific column or to the entire row. |
9292

93-
1. Select **Save**. In the following example, the color changes based on the value in the `Event` column.
93+
1. Select **Save**. In the following example, the color changes based on the value in the `MetricType` column.
9494

95-
:::image type="content" source="media/dashboard-customize-visuals/color-by-value-results.png" alt-text="Screenshot of results for coloring by value.":::
95+
:::image type="content" source="media/dashboard-customize-visuals/value.png" alt-text="Screenshot of results for coloring by value.":::
9696

9797
## Related content
9898

0 commit comments

Comments
 (0)