Convert Single Column to pie Graph

Hello Team,

I’m using Grafana Cloud with Infiniti API to collect some data. I got a table and I would like to generate a Pie Chart using two values in a single column. Example:

Column A
Car
Car
Car
Moto
Car
Moto

How can I generate a pie chart with 4 Cars and 2 Motos values
Thanks
Cassio

using uql for infinity and use summarize function

see doc

https://grafana.github.io/grafana-infinity-datasource/docs/uql

1 Like