I am new to influxdb2, and can’t seem to wrap my head around it yet. So I have a measurement named prices, with a tag named ‘name’, and field named ‘price’. I want to have the sum of all the tags.price for each time slice. How can I do this using the data explorer, or flux?
I guess I don’t fully understand the transformation you’re trying to do. Could you provide a sample of the input data schema and an example of the output you’re looking for?
That almost worked, but there is an issue. When I graph, the times are summed, but they are also created as different tables, so the points are not connected. See the pic below of it shown as a table.