Forum Discussion
Anonymous
4 years agoNot applicable
AND function not working in POwer query
Hello Guys ! I am using this formula in Power query but it showing only else value if [Date Closed]="null" and [Critical Defect]0 then 1 else 0
- 4 years ago
if [Date Closed] is null and [Critical Defect] = 0 then 1 else 0
CNENFRNL
4 years agoCommunity Champion
if [Date Closed] is null and [Critical Defect] = 0 then 1 else 0- Anonymous4 years agoNot applicable
Thankyou so much but why = was not working and please adivse the if formula for date Column.thanks