Created on 08-29-2018 06:38 AM - edited 09-16-2022 08:30 AM
Hi,
I want to have a time series chart and display each value without aggregation. Superset requires a metric. How can I create a metric without aggregation?
Created 08-31-2018 12:22 PM
For me the follwoing aggregation is working:
[{ "type" : "doubleMax" , "name" : "dummy_value", "fieldName" : "original_value" }]