Forum Discussion
OmarAl
2 years agoRegular Visitor
Condition Column to return value from different row
Dear Team, I hope you're doing great! Could someone please help me with the following if statement I'd like to add to a conditional column in Power Query? Unfortunately, PO value is given as ...
Anonymous
2 years agoNot applicable
Add a custom column:
= if [PO] = "#/#" then null else [PO]
Fill this column up
https://learn.microsoft.com/en-us/power-query/fill-values-column
Andreas.