[[["์ดํดํ๊ธฐ ์ฌ์","easyToUnderstand","thumb-up"],["๋ฌธ์ ๊ฐ ํด๊ฒฐ๋จ","solvedMyProblem","thumb-up"],["๊ธฐํ","otherUp","thumb-up"]],[["์ดํดํ๊ธฐ ์ด๋ ค์","hardToUnderstand","thumb-down"],["์๋ชป๋ ์ ๋ณด ๋๋ ์ํ ์ฝ๋","incorrectInformationOrSampleCode","thumb-down"],["ํ์ํ ์ ๋ณด/์ํ์ด ์์","missingTheInformationSamplesINeed","thumb-down"],["๋ฒ์ญ ๋ฌธ์ ","translationIssue","thumb-down"],["๊ธฐํ","otherDown","thumb-down"]],["์ต์ข ์ ๋ฐ์ดํธ: 2025-07-31(UTC)"],[],[],null,["# MEDIAN\n\nReturns the median value from a set of numbers.\n\nSample usage\n------------\n\n`MEDIAN(Page Views)`\n\nSyntax\n------\n\n`MEDIAN( `\u003cvar translate=\"no\"\u003eX\u003c/var\u003e` )`\n\n### Parameters\n\n- \u003cvar translate=\"no\"\u003eX\u003c/var\u003e - a numeric field or expression.\n\nNotes\n\n- \u003cvar translate=\"no\"\u003eX\u003c/var\u003e cannot be an aggregated field or the result of an aggregation function.\n- `MEDIAN` returns the center value if \u003cvar translate=\"no\"\u003eX\u003c/var\u003e contains an odd number of values. If \u003cvar translate=\"no\"\u003eX\u003c/var\u003e contains an even number of values, `MEDIAN` will interpolate between the two center values.\n\nExamples\n--------\n\nNotes\n-----\n\nFor BigQuery data sources, `MEDIAN` is implemented using the BigQuery [APPROX_QUANTILES](/bigquery/docs/reference/standard-sql/approximate_aggregate_functions#approx_quantiles) function. Applying `MEDIAN` to data coming from BigQuery may return slightly different results than applying `MEDIAN` to the same data coming from other data source types.\n\nRelated resources\n-----------------\n\n- [Calculated fields](/looker/docs/studio/about-calculated-fields)\n- [Looker Studio function list](/looker/docs/studio/function-list)"]]