[home]
Kusto Query Language (KQL) is a powerful language used to explore data, uncover patterns, detect anomalies and outliers, build statistical models, and much more. The Personal Data Warehouse allows you to create visualizations using KQL from your Tables and Views.
You can access Kusto queries from the Kusto page.
You can load an existing query by selecting it in the Select Query dropdown. The KQL will automatically load into the code window.
The saved Data Source for the query will also appear. This can be changed, and the query can be executed by clicking the
Execute button.
After a query is created or selected, its content will display in the editing window. The following options are available:
The AI Prompt dialog allows you to provide instructions to generate code, which will then appear in the code window after you click the Submit button.
Note: You must have an AI service configured in Settings to use this feature.
Query Editing Options
- If the query has been previously saved, clicking Submit will update the existing data.
- If the name matches an existing query name, it will be overwritten.
- Undo reverses the last action.
- Redo reapplies an action that was undone.
AI Prompt Dialog