Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
please support with a solution for the below issue, i have column Data as below, i need the result to be as illustarted
| Data | Result |
| 1-2-1-3-1 | 1-2-3 |
| 4-1-3-4-5-5 | 1-3-4-5 |
Solved! Go to Solution.
Try like
Text.Combine(List.Sort(List.Distinct(Text.Split([Column1], "-"))), "-")
Hi @HusseinKhalil ,
Does that make sense? If so, please accept the helpful answer as the solution. More people will benefit from this thread. Thanks in advance!
Try like
Text.Combine(List.Sort(List.Distinct(Text.Split([Column1], "-"))), "-")
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.