Forum Discussion
zenisekd
5 years agoSuper User
Advanced filtering in power query - multiple conditions
Hi all, I bumped into a puzzle that I do not understand... In power query I have two columns - State (that gives values Cancel, Sales, etc..) and Confirmation Date (gives null or specific date)...
- 5 years ago
Please try this instead
= Table.SelectRows(#"Added Custom", each not ([public.sale_order.confirmation_date] = null and [state] = "cancel"))
Pat
mahoneypat
5 years agoMicrosoft Employee
Please try this instead
= Table.SelectRows(#"Added Custom", each not ([public.sale_order.confirmation_date] = null and [state] = "cancel"))
Pat
zenisekd
5 years agoSuper User
You are the boss, sir 🙂
However, do you think, that the user interface window just doesn't function properly (giving incorrect code), or am I doing something wrong?
Thanks