Data analysis with Kusto Query Language
- Offered byMicrosoft
Data analysis with Kusto Query Language at Microsoft Overview
Duration | 2 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Data analysis with Kusto Query Language at Microsoft Course details
- Explore the fundamentals of data analysis using Kusto Query Language (KQL)
- Write your first query with Kusto Query Language
- Gain insights from your data by using Kusto Query Language
- Write multi-table queries by using Kusto Query Language
- In this learning path, students learn how to analyze data in various environments using the Kusto Query Language.
Data analysis with Kusto Query Language at Microsoft Curriculum
Explore the fundamentals of data analysis using Kusto Query Language (KQL)
Introduction
Query language basics
KQL query environments
How a KQL query is built
Exercise: Sample queries
Types of KQL queries
Exercise: Different types of KQL queries
Knowledge check
Summary
Write your first query with Kusto Query Language
Introduction
Understand the basic structure of a Kusto query
Exercise - Connect to resources
Exercise - Return a specific number of rows by using the take operator
Exercise - Select columns to return by using the project operator
Exercise - Filter data by using the where operator
Exercise - Reorder returned data by using the sort operator
Challenge
Solution
Knowledge check
Summary
Gain insights from your data by using Kusto Query Language
Introduction
Group data using aggregate functions
Exercise - Connect to resources
Exercise - Count events using the count function
Exercise - Visualize data with the render operator
Exercise - Summarize data using aggregate functions
Exercise - Introduce variables using the let statement
Challenge
Solution
Knowledge check
Summary
Write multi-table queries by using Kusto Query Language
Introduction
Combine and optimize data
Exercise - Connect to resources
Exercise - Combine table results by using the join operator
Exercise - Combine table results by using the lookup operator
Exercise - Combine table results by using the union operator
Exercise - Optimize queries by using the materialize function
Knowledge check
Summary