I know this is simple but I can’t see any option to show all the columns in a data table,
I have 3 queries named “Counter”,“Expression” and “Random”.
what I like is rather than choose a column name, I would like those 3 columns to be in the table,
It is something like “inspect data” that joins in terms of time.
I think you need a better column to join by than time… alternatively set your group by time interval (1d, 5m, 1m, 30s) so each query resolves to same granularity.
I’m wondering the same thing. I know I can achieve this goal by using a group_by but I would like to keep my queries separated instead of having a gigantic one.