How to Display dynamic/variable tables in one panel

Hello everyone,

I’m still quite new to Grafana and have a small request. I’m creating an overview of vehicle information that I access via Azure Data Explorer in table format. For each vehicle, there is a separate table with multiple signals and a large amount of data.

So far, I was able to create a variable in Grafana that lets me select multiple vehicles via a dropdown. This results in panels appearing for each selected vehicle. Now, I want to do it the other way around: I want to display a single signal in one panel, showing data from all the selected vehicles simultaneously.

During my online research and with the help of AI tools, I was quickly told that this is not possible. So I wanted to ask here if anyone knows a solution or workaround. It’s important to me to keep this as automated as possible and avoid hardcoding, since new vehicle tables may be added from time to time.

Thanks in advance for your help!

Welcome to forum @sellomamello

what does the signal data look like and what kind of visualization do you want to display it in?

please share table schema for signals.

Hello Yosiasz, my data looks like it does in the table. I would like to plot torque over roundedTime in a panel, for example. If I select 3 vehicles, then 3 graphs should appear in that panel, and no additional panels should appear.