Can Grafana apply variable selection from one view to all views?

I have a grafana instance with two time-series that cannot reasonably be stacked due to scale issues. Each series is a list of customers.

When a user clicks an option in the above time-series (causing all other customers to disappear), I would like that selection reflected in the below time-series. Is there a way to do this?

I’m not sure what you’d like to see. Is there any way you can post a screenshot to demonstrate the issue you’re having?

Sure can

The UI allows me to select a variable on either view to “only show that variable”. Wondering if theres a way to extend that selection to the below chart automagically.

let me know if that doesn’t make sense. Thanks!

I don’t believe it’s possible to extend the selection to other graph panels.

While it’s not exactly what you’re asking for, you could accomplish something like it by using template variables in your queries.

That way, you’d select one or more customers from a dropdown, and all the graphs would update to filter customers based on your selection.

No worries, theres already one too many template variables in this view. Not a huge deal. Thanks Marcus

1 Like