Problem statement : Do we have a solution to completly hide the panels/row from the grafana dashboard?
Step 1 : Create new dashboard by adding a visualization
Step 2 : Select your datasource.
Step 3 : Save the source panel
Step 4 : Now click on row then give row title and drag and drop the source panel in this row.
Step 5 : Now add another dashboard panel and hide the source panel by click on toggle button.
Final output:
Hi @infofcc3
I could hide the panels using panel repeat option along with variable.
But this approach does work when i like Row repeat to a variable. Any idea how to do this?
Grafana v12.1.1
Hello @irfan22in
Grafana does not currently provide a native option to conditionally hide an entire row based on a variable value. While Panel Repeat can be used to effectively show/hide panels, Row Repeat only generates rows for the values returned by the repeat variable.