import Prerequisites from "/snippets/dashboard-prerequisites.mdx" import CreateElement from "/snippets/create-dashboard-element.mdx"

The top list dashboard element displays the top results from your query, showing the most significant items based on your aggregation and grouping. It can display results as either a table of totals or as time series charts, depending on the aggregation type used.

Example with Builder

Top list example with Builder

Example with APL

['sample-http-logs']
| summarize count() by status
| top 10 by count_ desc
Top list example with APL

Good afternoon

I'm here to help you with the docs.

I
AIBased on your context