One Panels - two queries. Hide 2nd query based on variables

I have telegraf feeding influxdb for docker containers.
I’ve made a variable for my engine_host, and another viable with an “All” option for the container names.

For memory, I am currently showing the memory usage of a container, or all containers of a host.
But what I’d like to do, is where container is “All” show an additional query on the panel that shows the allocated memory limit of the container. I’ve tried creating a new variable called show with values of 1,0 and made the following


But It doesn’t seem to ring true.

Is this something I can do?

one suggestion: I would explore our online examples for using chained variables, and see if you could fit your panel + data into a model like that:

Here are some useful starting points and example dashboards in our public sandbox :+1: