Welcome to the Oracle Analytics and AI Community

Default Avatar
Welcome to the AI and Analytics Community: Please complete your Profile and upload your 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…