Search code examples
grafana

How to change column order in Grafana InfluxDb Table


I have table like this: enter image description here And I need to have "last" column (it is value from influxDb) in first column. It is InfluxDb version 1.7.

I have a lot of queries (A,B,C,D): enter image description here

So I can't use organize fields transformation: enter image description here But if I do join transformation before (regardless of the field) my table looks like this: enter image description here


Solution

  • Use Grafana Organize fields transformation and drag/drop fields to achieve desired order. Example:

    enter image description here

    If query consist of a lot of series (A,B,C,D), probably it is necessary to do Merge transformation before Organize fields: enter image description here