Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello All,
I have dax logic below and I need to check one condition before it and if that has the value 'AMRS' then 0 else I need to execute below logic
if region='AMRS' then 0 else my below condition should execute.
Not sure how to write it..
Could any one please help
Solved! Go to Solution.
You could just nest that whole thing in an IF() statement. Like, basically what you wrote:
IF( region='"AMRS", 0,
You could just nest that whole thing in an IF() statement. Like, basically what you wrote:
IF( region='"AMRS", 0,
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |