Forum Discussion
User57639205
2 years agoFrequent Visitor
Power Query Help - removing values in one column if they appear in another
I have some nomination data, which includes nominee name and nomination comment. For data protection purposes i am not allowed to include any personal details in my dashboard. I would ideally like to...
- 2 years ago
Hi User57639205 ,
Based on the sample and description you provided, you can try code as below to add a custom column in Power Query.
Text.Replace([Nomination Comment], [Nominee Name], "")Result is as below.
Is this the result you expect?
Best Regards,
Yulia Yan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-weiyan1-msft
Community Support
2 years agoHi User57639205 ,
Based on the sample and description you provided, you can try code as below to add a custom column in Power Query.
Text.Replace([Nomination Comment], [Nominee Name], "")
Result is as below.
Is this the result you expect?
Best Regards,
Yulia Yan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.