[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-31 (UTC)."],[],[],null,["# PERCENTILE\n\nReturns the `N` th percentile of all values of \u003cvar translate=\"no\"\u003eX\u003c/var\u003e. `N` is a floating point value between 0 and 100.\n\nSample usage\n------------\n\n`PERCENTILE(Users per day, 50)`\n\nSyntax\n------\n\n`PERCENTILE( `\u003cvar translate=\"no\"\u003eX\u003c/var\u003e`, `\u003cvar translate=\"no\"\u003eN\u003c/var\u003e` )`\n\n### Parameters\n\n- \u003cvar translate=\"no\"\u003eX\u003c/var\u003e - a numeric field or expression.\n- \u003cvar translate=\"no\"\u003eN\u003c/var\u003e - a number in the range 0 to 100.\n\n### Notes\n\n- \u003cvar translate=\"no\"\u003eX\u003c/var\u003e cannot be an aggregated field or the result of an aggregation function.\n- \u003cvar translate=\"no\"\u003eN\u003c/var\u003e can be a decimal value.\n\nExample\n-------\n\nRelated resources\n-----------------\n\n- [Calculated fields](/looker/docs/studio/about-calculated-fields)\n- [Looker Studio function list](/looker/docs/studio/function-list)"]]