Hi community, I’m noob in this Grafana thing so excuse me if its too easy what I’m trying to do,
Basically I’m running on the Open-Source Version of Grafana v8.5.2
I’m querying Data from InfluxDB and displaying it as a Bar Gauge Chart, what I’m trying to do is to SORT the fields based on their data. Each one of the fields is a measurement of current in Motors, so I want to show the field name of the motor with the greater current consumption.
This is the Chart right now.
I’ve successfully completed the task by adding this 2 transformations.
The first one reduces de series data to the last value received.
that gives me 2 columns, FIELD NAME and VALUE, field name is the name of each one of my motors and then value has the last value received so I can sort fields based on value.
Anyways, thank you for your help, Now I see that I have to learn how to use al those transformations.