Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
Why is this formula not reflecting the 0.03 nor 0.05. Only 0.01 works. Any ideas?
Sales Commission = SUM('Facts Orders'[Sale]) * IF(SUM('Facts Orders'[Sale])<[SUM Goal 1 Meas],0.01,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 1 Meas]&&SUM('Facts Orders'[Sale])<[SUM Goal 2 Meas],0.03,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 2 Meas],0.05)))
This also does not work
Sales Commission = IF(SUM('Facts Orders'[Sale])<[SUM Goal 1 Meas],SUM('Facts Orders'[Sale])*0.01,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 1 Meas]&&SUM('Facts Orders'[Sale])<[SUM Goal 2 Meas],SUM('Facts Orders'[Sale])*0.03,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 2 Meas],SUM('Facts Orders'[Sale])*0.05)))
Thanks
Solved! Go to Solution.
Hi @Anonymous,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank
Hi @Anonymous,
Actually, in your formula, the result of the IF Statement is depending on the values of your measures. Here I made one sample that it applied to 0.03.
For more details, please check the pbix as attached.
https://www.dropbox.com/s/pwvtusy0xdp7bem/DAX%20IF%20Formula%20Statement%20Not%20Working.pbix?dl=0
Regards,
Frank
Hi @Anonymous,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!