I want to display min
, max
and average
of the same data field. Tried the designer on demo page and it is not possible to add same column into Values
list, nor is it possible to check multiple aggregation functions in the dropdown.
I tried to edit report JSON manually, but this doesn't seam to be supported:
"measures": [
{
"uniqueName": "myvalue",
"aggregation": "min"
},
{
"uniqueName": "myvalue",
"aggregation": "max"
},