Make table with diffrent units per row

Hello
I am tryin to make a table panel with two rows that have diffrent units (Watt and Watt-hours).
I have tried in a couple of diffrent ways.

  1. If I collect my data (from MS SQL Server) with a single query I can only get one unit but i can see both rows at the same time.
  2. If I collect my data with two querys I can get diffrent units (with override) but i can only see one row at the same time. If I merge these querys I get same results as in 1.

Is it possible to use diffrent units per row? Maybe I’m using the wrong words when searching for this, but I haven’t found anything.

I am running Grafana 9.3.2 on a Windows 11 pc.

//Daniel