March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
70 | |
68 |