In my data I have multiple columns containing sensor data, eg: time,sensor1,sensor2,sensor3,etc.
I would like to create a row/bar/pie chart with the count/avg/etc. where every row, bar or pie segment is a different sensor. Until now I haven't figured out, how to achieve this, because in the examples the dimension always selects one value.
Any suggestions on how to achieve this?