Add "render" option for query language
Can we please have an option to display search results into different types of graphics? Similar to Kusto (or Application Insights Analytics) which has an option to render the search results into different graphics.
For example:
requests
| where timestamp >= ago(24h)
| summarize requestCount=count() by client_CountryOrRegion
| order by requestCount desc
| render piechart

Thanks for the feedback! We have a better visualization for query coming soon