Forum Discussion
Justas4478
Post Prodigy
1 year agoQuery 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...
- 1 year ago
Found the problems. I should have used 'and' instead of 'or'
Justas4478
Post Prodigy
1 year agoFound the problems. I should have used 'and' instead of 'or'