Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register 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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
88 | |
83 | |
64 | |
49 |
User | Count |
---|---|
127 | |
108 | |
87 | |
70 | |
66 |