Median
Median(column) · Aggregation
The 50th percentile (PERCENTILE_CONT(0.5) where the database supports it). Not available on MySQL, SQL Server, or BigQuery sources — SquareX fails loudly with SQX010 rather than approximating.
Example
Section titled “Example”MedianOrderValue := Median(Sales.Amount)Good to know
Section titled “Good to know”- Non-additive — rejected under
YTD/RollingSum(SQX015).