Forum Discussion
Anonymous
4 years agoNot applicable
Custom Column in Power Query IF ELSE
Is there such a formula in Power Query Custom Column for this: if ([BUSINESS_UNIT]='ZZZ' and STARTSWITH([ORDER_TYPE],'Standard')) then 'True' elseif ([BUSINESS_UNIT]='ZZZ' and STARTSWITH([ORDER_...
- 4 years ago
Anonymous , and using lower case:
not (...)
ERD
4 years agoCommunity Champion
Anonymous , try to use brackets near not:
not (...)
If this post helps, then please consider Accept it as the solution ✔️to help the other members find it more quickly.