Hi,
Please help.
I have an issue where I need to combine data from 2 influxDB data sources into a graph. I’m using a mixed data source, then I have 2 same queries that read data from 2 data sources (A and B). I have a third expression where I’m adding the 2 queries ($A+$B). I do get a correct sum, but the issues comes when I need to group by a specific tag (e.g. entryPoint), I get a warning that indicates that fields/tags that don’t exist in both data sources have been dropped from the result.
Ideally I want to combine the tags/fields that are the same in both data sources, and if they exist in only one data source I also want to in the result/graph as it is. I tried using transformation (e.g. add field from calculation), but the fields are dynamic, I won’t know all the possible fields beforehand.