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! Request now
I am attempting to write the function below, I would like to divide the "Quality Hold" value by "Available to Allocate" value if "Available to Allocate" is greater than zero, if not then " ". From this example it should calculate 41.4/541=.07652.
In the example below the query results in 0. Any thoughts?
Solved! Go to Solution.
Hi @Anonymous !
Please check you have put less than (<) operator in your equation. Once you replace it with (>) your query will be fixed.
Regards,
Hasham
Hi @Anonymous !
Please check you have put less than (<) operator in your equation. Once you replace it with (>) your query will be fixed.
Regards,
Hasham
I think you want "> 0" not "< 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.