So i have this simple query to extract the total sum of transaction duration:
When i use the Table visualization, i get 2 fields as expected:
Now i would like to get a 3rd column with a single row that would show the total amount of all the transaction durations.
I tried to add a field called “Total” via “Transform data” thing, but it displays the same value in each row as the “Sum” field:
I know this is because of “Group By” row in the original query, but in grafana it is not possible to remove this row, so i am forced to use it.
So how do i get a single value from all the rows then?