Temporal Aggregation Metric
Select the temporal aggregation method to be applied to the dataset. This option allows you to summarize time series using statistical functions called reducers, which include:

Mean
Calculates the average of the values within the selected time period.
Mode
Calculates the most frequent value in a dataset.
Minimum
Calculates the lowest value in a time period.
Maximum
Calculates the highest value in a time period.
10th Percentile
Finds the value below which 10% of the data fall. Used to measure low values or extreme events.
90th Percentile
Finds the value below which 90% of the data fall. Used to measure high values or extreme events.