How to get table plugins with multiple columns

Hello all !

I’m trying to display multiple columns of a measurement from InfluxDb using the ‘table’ panel. I have a table with the fields ‘id, Messsage, Value’ and I’d like to show the ‘Message’ and ‘Value’ fields. Here’s an example of it with chronograf :

The closest I’ve been able to have is adding multiple fields and adding a ‘outer join’ transform as such:

The issue is that if I have multiple rows with exactly the same timestamp, I will only display one of them. Do you know how I could fix this ?

Thanks in advance,

Best regards