Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This tutorial is part of a series. For the previous section, see: Real-Time Intelligence tutorial part 5: Query streaming data using KQL.
In this part of the tutorial, you learn how to create a Real-Time Dashboard in Real-Time Intelligence. You create a Kusto Query Language (KQL) query, create a Real-Time Dashboard, add a new tile to the dashboard, and explore the data visually by adding an aggregation.
Create a Real-Time Dashboard
In your KQL queryset, copy/paste, and run the following query. This query might already have been run from the previous section in this tutorial. This query returns a column chart showing the most recent number of bikes by BikepointID.
AggregatedData | sort by BikepointID | render columnchart with (ycolumns=No_Bikes,xcolumn=BikepointID)Select Save to dashboard > New Real-Time Dashboard.
Enter the following information:
Field Value Name TutorialDashboard Location The workspace in which you have created your resources Select Create.
The new Real-Time dashboard, TutorialDashboard, opens with the New tile. You can also access the Real-Time dashboard by browsing to your workspace and selecting the desired item.
Add a new tile to the dashboard
Make sure that you are in Editing mode in the dashboard before beginning the following steps. If you are not in Editing mode, toggle from Viewing on the top right corner of the dashboard.
Select New tile.
In the query editor, enter and run the following query:
RawData | where Timestamp > ago(1h)Above the results pane, select + Add visual.
In the Visual formatting pane, enter the following information:
Field Value Tile name Bike locations Map Visual type Map Define location by Latitude and longitude Latitude column Latitude Longitude column Longitude Label column BikepointID Select Apply changes. You can resize the tiles and zoom in on the map as desired.
Save the dashboard by selecting the Save icon on the top left corner of the dashboard.
Related content
For more information about tasks performed in this tutorial, see: