You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-dashboards.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create and manage Azure IoT Central dashboards
3
3
description: Learn how to create and manage application and personal dashboards in Azure IoT Central. Customize dashboards by using tiles.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 03/04/2024
6
+
ms.date: 04/22/2025
7
7
ms.topic: how-to
8
8
ms.service: azure-iot-central
9
9
services: iot-central
@@ -20,7 +20,7 @@ All users can create *personal dashboards*, visible only to themselves. Users ca
20
20
21
21
## Create a dashboard
22
22
23
-
The following screenshot shows the dashboard in an application created from the **Custom Application** template. If you're in a role with the appropriate permissions, you can customize the default dashboard. To create a new dashboard from scratch, select**Go to dashboard catalog** and then **+New**. To create a new dashboard by copying the current dashboard, select **Copy**:
23
+
The following screenshot shows the dashboard in an application created from the **Custom Application** template. If you're in a role with the appropriate permissions, you can customize the default dashboard. To create a new dashboard from scratch, select**Go to dashboard catalog** and then **+New**. To create a new dashboard by copying the current dashboard, select **Copy**:
24
24
25
25
:::image type="content" source="media/howto-manage-dashboards/dashboard-custom-app.png" alt-text="Screenshot that shows the options for creating a new dashboard." lightbox="media/howto-manage-dashboards/dashboard-custom-app.png":::
26
26
@@ -75,8 +75,8 @@ This table describes the types of tiles you can add to a dashboard:
75
75
76
76
| Tile | Description |
77
77
| ---------------- | ----------- |
78
-
|KPI | Display aggregate telemetry values for one or more devices over a time period. For example, you can use them to show the maximum temperature and pressure reached for one or more devices during the past hour.|
79
-
| Last known value | Display the latest telemetry values for one or more devices. For example, you can use this tile to display the most recent temperature, pressure, and humidity values for one or more devices. |
78
+
|Key performance indicator (KPI)| Display aggregate telemetry values for one or more devices over a time period. For example, you can use them to show the maximum temperature and pressure reached for one or more devices during the past hour.|
79
+
| Last known value (LKV) | Display the latest telemetry values for one or more devices. For example, you can use this tile to display the most recent temperature, pressure, and humidity values for one or more devices. |
80
80
| Line chart | Plot one or more aggregate telemetry values for one or more devices over a time period. For example, you can display a line chart to plot the average temperature and pressure of one or more devices during the past hour.|
81
81
| Bar chart | Plot one or more aggregate telemetry values for one or more devices over a time period. For example, you can display a bar chart to show the average temperature and pressure of one or more devices during the past hour.|
82
82
| Pie chart | Display one or more aggregate telemetry values for one or more devices over a time period.|
@@ -92,7 +92,7 @@ This table describes the types of tiles you can add to a dashboard:
92
92
| Label | Display custom text on a dashboard. You can choose the size of the text. Use a label tile to add relevant information to the dashboard, like descriptions, contact details, or Help.|
93
93
| Markdown | Clickable tiles that display a heading and description text formatted in Markdown. The URL can be a relative link to another page in the application or an absolute link to an external site.|
94
94
| External content | Let you load content from an external source. |
95
-
| Number of devices | Display the number of devices in a device group.|
95
+
| Number of devices (Count) | Display the number of devices in a device group.|
96
96
| Data explorer query | Display a saved data explorer query |
97
97
98
98
Currently, you can add up to 10 devices to tiles that support multiple devices.
@@ -101,21 +101,21 @@ Currently, you can add up to 10 devices to tiles that support multiple devices.
101
101
102
102
By default, line charts show data over a range of time. The selected time range is split into 50 equally sized partitions. The device data is then aggregated per partition to give 50 data points over the selected time range. If you want to view raw data, you can change your selection to view the last 100 values. To change the time range or to select raw data visualization, use the **Display range** dropdown in the **Configure chart** panel.
103
103
104
-
For tiles that display aggregate values, select the **gear** button next to the telemetry type in the **Configure chart** panel to choose the aggregation. You can choose average, sum, maximum, minimum, or count:
104
+
For tiles that display aggregate values, select the dropdown list under the telemetry type in the **Configure chart** panel to choose the aggregation. You can choose average, sum, maximum, minimum, or count:
105
105
106
106
:::image type="content" source="media/howto-manage-dashboards/aggregate-choice.png" alt-text="Screenshot that shows how to select the aggregation to use." lightbox="media/howto-manage-dashboards/aggregate-choice.png":::
107
107
108
-
For line charts, bar charts, and pie charts, you can customize the colors of the various telemetry values. Select the **palette** button next to the telemetry you want to customize:
108
+
For line charts, bar charts, and pie charts, you can customize the colors of the various telemetry values. Select the **Assign custom color** button under the telemetry you want to customize:
109
109
110
110
:::image type="content" source="media/howto-manage-dashboards/color-customization.png" alt-text="Screenshot that shows the color palette button." lightbox="media/howto-manage-dashboards/color-customization.png":::
111
111
112
-
For tiles that show string properties or telemetry values, you can choose how to display the text. For example, if the device stores a URL in a string property, you can display it as a clickable link. If the URL references an image, you can render the image in a last known value or property tile. To change how a string displays, select the **gear** button next to the telemetry type or property in the tile configuration.
112
+
For tiles that show string properties or telemetry values, you can choose how to display the text. For example, if the device stores a URL in a string property, you can display it as a clickable link. If the URL references an image, you can render the image in a last known value or property tile. To change how a string displays, select the dropdown list under the telemetry type or property in the tile configuration. You can choose text, link, or image.
113
113
114
-
For numeric KPI, LKV, and property tiles, you can use conditional formatting to customize the color of the tile based on its value. To add conditional formatting, select **Configure** on the tile and then select the **Conditional formatting** button next to the value you want to customize.
114
+
For numeric KPI, LKV, and property tiles, you can use conditional formatting to customize the color of the tile based on its value. To add conditional formatting, select **Configure** on the tile and then select the **Apply conditional formatting** button next to the value you want to customize.
115
115
116
116
Next, add your conditional formatting rules:
117
117
118
-
:::image type="content" source="media/howto-manage-dashboards/conditional-formatting-2.png" alt-text="Screenshot that shows conditional formatting rules for temperature. There are rules for less than, greater than, and greater than or equal to." lightbox="media/howto-manage-dashboards/conditional-formatting-2.png":::
118
+
:::image type="content" source="media/howto-manage-dashboards/conditional-formatting-2.png" alt-text="Screenshot that shows conditional formatting rules for a KPI tile. Each rule includes the operator and value for the rule's condition, and options for applying color, icons, and text for that condition." lightbox="media/howto-manage-dashboards/conditional-formatting-2.png":::
119
119
120
120
### Tile formatting
121
121
@@ -132,4 +132,4 @@ To continuously monitor the data explorer queries, you can pin a query to a dash
132
132
133
133
## Next steps
134
134
135
-
Now that you've learned how to create and manage personal dashboards, you can [learn how to manage your application preferences](howto-manage-preferences.md).
135
+
Now that you know how to create and manage personal dashboards, you can [learn how to manage your personal application preferences](howto-manage-preferences.md).
0 commit comments