Welcome to the Oracle Analytics and AI Community

Default Avatar
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

User_FBM2B Rank 1 - Community Starter

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…