[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-22 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)"]]