Hi,
I am using ElasticSearch as datasource. I’m able to show the data in a table by using the Raw Document metric. In a single day, I will always have only one record in this table. Is it possible to restructure the table as below.
==============-
| Label 1 | value 1 |
==============-
| Label 2 | value 2 |
==============-
| Label 3 | value 3 |
==============-