Forum Discussion
Anonymous
2 years agoNot applicable
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).
marksn
2 years agoFrequent 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_Mathur2 years agoSuper User
Hi,
This is still not possible in DAX. You will have to use Power Query to solve the question.