Forum Discussion
nnn123
6 years agoRegular Visitor
IF statement with division
Hi Guys, I'm trying to create a 'Proportion Uptake' column in Power BI Query Editor using simple calculation but it errors from second row onwards as there are some zeros in my Denominator data. ...
amitchandak
6 years agoSuper User
In power query/M you have to use If then else
refer
https://www.myonlinetraininghub.com/power-query-if-statements
= if [column] = 0 then <> else <>