Conditional dropdowns in Grafana

In my Grafana dashboard, I need to use 2 dropdowns and 2nd dropdown value should populate based on 1st dropdown value selection.

Example: 1st dropdown values: A,B,C
2nd dropdown: If “A” is selected, 2nd dropdown should show “100,150,200,250”.
if “B” is selected, 2nd dropdown should show “300,350,400,450”
if “C” is selected, 2nd dropdown should show “500,550,600,650”

Can someone please suggest how to make this conditional dropdown in grafana.

1 Like

hey @bism2020, did you get anywhere with this? I have a similar question. here

what you two looking for is exactly what chain variable or nested variable is.
example: Having trouble getting nested variables to work together - #3 by svetb

have a look around, and come back if you are still confused