Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 produce a word cloud or similar showing common nominations reasons but i dont want to include the names which nominators have included in the comment section.
Nominee Name | Nomination Comment |
John Smith | John Smith is supportive and patient leader |
Where Nominee Name is present in Nomination Comment, is there a way to remove it?
Thanks
Solved! Go to Solution.
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.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
26 |
User | Count |
---|---|
91 | |
49 | |
44 | |
38 | |
37 |