Forum Discussion

Justas4478's avatar
Justas4478
Post Prodigy
1 year ago
Solved

Query does not fully function

Hi, I have this power query. Table.AddColumn(#"Added 'Absolute Difference Qty(PIC)'", "Comment", each if [#"Absolute Difference Qty(PIC)"] = null then "Empty Location" else if [#"Absolute Differen...
  • Justas4478's avatar
    1 year ago

    Found the problems. I should have used 'and' instead of 'or'