this KQL query works and shows a list
resources
| project type
| summarize count() by type
and I can select charts from the query editor in azure resource graph explorer. However no render command works in the query. Is there a solution or even explenation to it ?