0

Is it possible to filter the data shared between panels in Grafana?

Let's say I would query all the columns in the first panel with:

SELECT time, A, B, C, D FROM "table"

And in a second panel, I would like to show only A end B, how can I filter that columns?

Thanks!

drypatrick
  • 437
  • 1
  • 4
  • 17

1 Answers1

1

Add transformation (e. g. Organize fields) and hide fields, which you don't need - it is not a "filtering", but field hiding.

Jan Garaj
  • 25,598
  • 3
  • 38
  • 59