Forum Discussion
DAX to remove duplicates from comma separated string
Hi,
I have input like below
want to write a dax which will show below output:
Note: Need solution in PowerBI Desktop only not in Power Query Editor(Advance Editor).
5 Replies
- AnonymousNot applicable
Hi Anonymous ,
As far as I know, this is currently not possible with DAX, you can try to implement it in Power Query.
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Zang_MiResolver II
Hello Anonymous and marksn, there is an article with the solution using DAX: Removing Duplicates and Sorting Delimited Strings in Power BI .
- marksnFrequent Visitor
This is brilliant! Thank you for sharing 🙂
- marksnFrequent Visitor
is this still not possible in DAX?
I too have a calculated dax column that spits "abc; def; ghi; abc" and i want to get rid of duplicates (and at the same time sort it alphabetically).- Ashish_MathurSuper User
Hi,
This is still not possible in DAX. You will have to use Power Query to solve the question.