Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

DAX to remove duplicates from comma separated string

Hi, 

I have input like below

vaishnaviudan_0-1709622423651.png

want to write a dax which will show below output:

vaishnaviudan_1-1709622481388.png

Note: Need solution in PowerBI Desktop only not in Power Query Editor(Advance Editor).

5 REPLIES 5
Zang_Mi
Resolver II
Resolver II

Hello @Anonymous and @marksn, there is an article with the solution using DAX: Removing Duplicates and Sorting Delimited Strings in Power BI .

This is brilliant! Thank you for sharing 🙂

marksn
Frequent 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).

Hi,

This is still not possible in DAX.  You will have to use Power Query to solve the question.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not 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 _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors