Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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
  • CNENFRNL's avatar
    4 years ago
    if [Date Closed] is null and [Critical Defect] = 0 then 1 else 0