Last updated 1 year ago
Gets the median value in the column filtered by the condition
MedianIf(column, [condition])
column - A column to calculate the median value for
column
[condition] - [optional] - Condition to filter values in the column
[condition]
MedianIf(column1, column2 == "20") → 30 MedianIf(column1, column1 > Round(column2)) → 6