[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)"]]