Comments
-
Hi, “Your formula is close, but the issue is that you’re treating the field name and values like strings. In most BI tools (Power BI, Qlik, etc.), you need to reference the column directly, not put it in quotes. Try something like: IF([Sales Region] <> "Southwest", 3, BLANK()) This way the measure checks the actual column…