Multiple tables in same panel

Can we create a panel with Prometheus as a datasource adding two queries to the same panel.As metrics return table data.Can we populate the two different tables in the same panel?The user should see both the tables in table view by switching

Hi, I think that this would be default behaviour when you have two different queries ran in Query tab (you have to have two query boxes, by default they will be named “A” and “B”).

To make your life easier, you can opt to run the query with Table format instead of Time series, but as long as there are multiple series returned by the PromQL, Table visualization should display a select box at the bottom of the table.

What do you mean by switching

Basically I need to create a node graph,for that I need edges and nodes two different tables as per my requirement,when I used two different queries the both the tables are merged automatically.But I need two different tables.I need to verify the content of the nodes and edges table by switching to specific table in the table view

Yhank you for the response that helped me a lot.J had one more doubt.Will node graph take mandatory fields from the fields that are created by transformations?why because when I am trying to create nodes from the id field cretaed ny the query the nodes are able see in the panel But when tried to get the id field from the fields generated by the transformations the nodegraph is not anle to take from the fields that i created from transformations