Forum Discussion
Courtb86
2 years agoFrequent Visitor
Change iferror to percentage
In excel, I have a formula that is =1-(2/12) as an example. In Power BI key measures I have this formula set to an iferror statement due to an issue if some of my data has 0 as the value. The dax...
lbendlin
Super User
2 years agoNo need for IFERROR.
use DIVIDE([Numerator],[Denominator], 0)