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