How to set different thresholds for different rows in grafana table. Is it possible

  • What Grafana version and what operating system are you using?

  • What are you trying to achieve?
    I want to set different thresholds for different rows in the table panel

  • How are you trying to achieve it?
    Currently if we apply field override, it apply the threshold for the whole column .

  • What happened?

  • What did you expect to happen?

  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

  • Did you follow any online instructions? If so, what is the URL?

What is your data source. Also what are the elements you want to use within the row to set threshold

Can you share columns for a few rows?

Could you please check the sample table we have.

Our source is argus , our internal company data source.

I found one old thread( 2 year old) , with same requirement . However there were no conclusion.

https://github.com/grafana/grafana/issues/5072

so what do you want to happen on which row? I am not seeing the difference between any of those rows?

Like, for 1st row, threshold will be 40 , if anything > 40 for 1st row, it will be red.
for 2nd row, threshold will be 250 , anything > 250 will be red,
similarly different threshold values for 3rd and 4th rows.

1 Like

is there something that indicates/differentiates 1st row and 2nd row? some data point?