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 everyone, 
I have this table, with my measures
and everything is working fine except the if function,
I would like to have: if my column "ComprobacioD" is 0 then is completed otherwise is Incomplete.
But it's not working.
Can anybody help me?
Thanks
Solved! Go to Solution.
@afrutos What's the measure for comprobacioD? Is it possible that it's not exactly 0? Try changing your if to
<0.00000001 and see if that helps, then continue troubleshooting from there.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved. 
If you found this post helpful, please give Kudos  C 
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query. 
www.excelwithallison.com
@afrutos What's the measure for comprobacioD? Is it possible that it's not exactly 0? Try changing your if to
<0.00000001 and see if that helps, then continue troubleshooting from there.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved. 
If you found this post helpful, please give Kudos  C 
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query. 
www.excelwithallison.com
the is the measure for ComprobacioD:
This is working a little bit better but then it should be between 0 and <0.00000001
I'm a little bit lost
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.