Search code examples
azure-application-insights

Display Kusto query results as chart


We have an Azure AppInsights dashboard.
One item on the dashboard is a Kusto query and its results are always displayed as a table.
Is there a way to display the results as a chart on the dashboard?


Solution

  • In application insights -> logs, after you run the query, there is a chart button. You can click the chart button, and you can also customize the chart via "chart formatting" -> then select "pin to dashboard":

    enter image description here

    Another way is that you can directly use render operator in your query, then pin the chart to dashboard.