Forum Discussion
Boycie92
9 years agoResolver I
Replace Values
Hi, I was wondering if someone could help. I know with power query you can mass replaces values. I was wondering if it was possible to do this for individual values? For instance, I have ...
v-yulgu-msft
8 years agoMicrosoft Employee
Hi Boycie92,
Could you try this:
=if [Column2]="A" then [Column2]&Text.From([Column3]) else null
Please pay attention the case sensitive. For more advice, please share more sample data and show us your expected output.
Regards,
Yuliana Gu
Boycie92
8 years agoResolver I
Hi v-yulgu-msft
I am sorry when i said "However if the other values in the original column are not A the show me blank"
What I actually wanted was show me the original values within the original column if it’s not A. If it is A show me the values from the new column (A1, A2, etc)
Sorry again, I hope that makes much more sense!
Thanks,
Boycie92