import Prerequisites from "/snippets/dashboard-prerequisites.mdx" import CreateElement from "/snippets/create-dashboard-element.mdx"
The table dashboard element displays a summary of any attributes from your metrics, logs, or traces in a sortable table format. Each row in the table could represent a different service, host, or other entity, with columns showing various attributes or metrics for that entity.
Example with Builder
Example with APL
['sample-http-logs']
| summarize avg(resp_body_size_bytes) by bin_auto(_time)