Dashboard - two queries in one row and repeat

Hello,
I am trying to create dashboard which presents CPU and RAM allocated for each OpenShift cluster but I don’t know how to present data like that:

Cluster 1 | CPU | RAM |
Cluster 2 | CPU | RAM |
Cluster 3 | CPU | RAM |

Instead of that, data is presented in one row like below:


Value C and D should go under. How to achieve that?
A and B should be one row
C and D should be one row

In case of transformations I used only Merge.

try the concatenate instead of merge?

Effect is exactly the same.