Changing the color of cells based on the value of rows



would be possible to color the cells based on the value that is in the cell and the value in a different column: so if in column group_name = ALBANIA then all the other cells in this row should be 4 and so on for BOSNIA all other cells should be 48. So if it is 3 or 48 for ALBANIA or BOSNIA than color GREEN and if not exactly that number for that row then RED. Kind regards

Hello,
I don’t think it is possible to do so using Grafana; What you can do is make the condition in the query, if the condition is met (true) then set it to 0, if not set it to 1;

And then, here in the Standard options → Value mappings, do this:

image