The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
See below's image as an example. The output should just say Tom Kinney one time. If there are any duplicate values, separated by the delimiter, they should be removed.
Thanks in advanced,
Ryan Mulhollem
Hello, I was able to follow this logic and it worked for me. Thank you so much. I am wondering if it is possible to take it one step further. Instead of simply removing the duplicates - could it display as Tom Kinney x3?
@Anonymous
Try this custom column from Query Editor.
Replace ColumnName with actual Name of your Column
=Text.Combine ( List.Distinct( List.Transform (Text.Split([ColumnName],","),each Text.Trim(_)) ) ,", ")
Worked like a charm, thanks
Seems like a very simple solution but I cannot figure this out for the life of me
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
120 | |
85 | |
75 | |
55 | |
44 |
User | Count |
---|---|
136 | |
128 | |
78 | |
64 | |
63 |