Add Tiles
Add a Tile
Dashboard tiles use Kusto Query Language (KQL) snippets to retrieve data and render visuals. Each tile/query can support a single visual.

When you add a Tile, you must select a data source that will be used to retrieve data for the Tile (If no data sources is available please see Add Data Source)
In the Query pane of the Tile:
Select the data source from the drop-down menu.
Type the query, and the select Run. For more information about generating queries that use parameters, see Use Parameters.
Select the Visual Tab

In the visual tab, select Visual type to choose the type of visual (Line chart)
In the Data section, select the property to use for Y columns (Y-Axis), in this case we use the Value of the selected Measurements. Set the X-Axis to use the StartTimestamp of the Measurements. Finally you can specify how your Series should be named, in this case we use the HierarchicalName of the Measurements.
Select Apply changes

You can resize the Tile directly on the dashboard surface, then click Save. In order to Add
In order to edit an existing Tile, you must be sure that the Dashboard is put into Editing mode

For more details on customizing visuals, please see Microsoft Dooumentation Azure Data Explorer Customize dashboard visuals.
Last updated
Was this helpful?