[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-30 UTC."],[],[],null,["# NARY_MIN\n\n`NARY_MIN` is similar to `MIN`, except it lets you compare multiple values.\n\nSyntax\n------\n\n NARY_MIN(\u003cvar translate=\"no\"\u003eX\u003c/var\u003e, \u003cvar translate=\"no\"\u003eY\u003c/var\u003e, [,\u003cvar translate=\"no\"\u003eZ\u003c/var\u003e]*)\n\n### Parameters\n\n- \u003cvar translate=\"no\"\u003eX\u003c/var\u003e`, `\u003cvar translate=\"no\"\u003eY\u003c/var\u003e`, `\u003cvar translate=\"no\"\u003eZ\u003c/var\u003e - fields or expressions to be evaluated.\n\nExamples\n--------\n\n### Example 1\n\nThis example shows how you can mix fields, calculations, and literals in an `NARY_MIN` function:\n\n`NARY_MIN(REVENUE, (COST * 2), 10, SESSIONS))`\n\n### Example 2\n\nSuppose you want to determine the minimum sales for your 3 sales regions by date and your data looks like this:\n\nYou could use the `NARY_MIN` function to determine the minimum sales for a given date:\n\n### Notes\n\n`NARY_MIN` requires at least 2 arguments. At least one argument must be a field or an expression containing a field.\n\n`NARY_MIN` works on numeric fields or expressions only. If you apply this function to other data types, you'll get an error.\n\nRelated resources\n-----------------\n\n- [NARY_MAX](/looker/docs/studio/narymax)\n- [Calculated fields](/looker/docs/studio/about-calculated-fields)\n- [Looker Studio function list](/looker/docs/studio/function-list)"]]