Forum Discussion
Anonymous
3 years agoNot applicable
Need help error handling zero divided by zero
Hello All, So i have a pretty extensive dashboard and looking for a bit of help. Lets say we have a one column that is account balance and another column that is account credit limit. We then ha...
Idrissshatila
3 years agoSuper User
Hello Anonymous ,
Did you try to use the Divide function and out the alternative to 0, I think it should work.
use this measure = DIVIDE(<numerator>, <denominator> , 0)
this 0 at the last will solve your problem.
if you want to read more about the Divide function refer to this https://learn.microsoft.com/en-us/dax/divide-function-dax
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍