MS Learn: Write your first query with Kusto Query Language
Published Nov 24 2021 06:49 AM 3,619 Views

The second MS Learn Module on "Write your first query with Kusto Query Language" was published, and you are welcome to continue your journey.

Kusto Query Language (KQL) lets you explore your data and discover patterns, identify anomalies and outliers, and create statistical models.

Write your first query with Kusto Query Language - Learn | Microsoft Docs

Example scenario

Suppose you're a data analyst with a passion for meteorological data. You want to use the Kusto Query Language to explore a dataset for answers to basic questions about the kinds and locations of storms in the United States.

2-storm-events.png

What will we be doing?

You'll write simple queries in the Kusto Query Language (KQL) to explore and gain insights from a sample dataset. You'll learn how to:

  • Count the number of records by using the count operator
  • Return a specific number or rows by using the take operator
  • Select columns to return by using the project operator
  • Filter data by using the where operator
  • Reorder returned data by using the sort operator
  • Build queries using multiple operators

6-sort-1.png

What is the main goal?

By the end of this session, you'll be able to write a query with the most commonly used operators: count, take, project, where, sort, and others.

 

Read More on MS Learn: Introduction to Azure Data Explorer 

Version history
Last update:
‎Nov 28 2021 07:34 AM
Updated by: