How to expose multiple query results to separate metric boxes?

Hello everyone,
I am very confused by the canvas control and how to expose the metric box data to separate queries concurrently? I.E. I have query A and query B both with different results (same columns are returned). I have metric box A and metric box B and want to see the result of each query in each box. I cannot find information on how to expose row data on the canvas relative to the query?

I tried a single query but only the last row of the result set is exposed? Is there a way to expose row x somehow to bind it to the metric boxes?

I will admit I am not familiar with this control so any insight would be appreciated.

Using all of this in a docker container with grafana 12.0.2 which is the latest rev at the time of this being written.

Thanks