This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi everybody
I have a column containing some string values that is actually result of this Dax expression. Now as a result of the mentioned Dax I am getting an output which is actually same but the order makes it different.
For example I am getting 3 values in the column as follow.
Belgium, France, Italy
France, Belgium, Italy
Italy, France, Belgium
Technically they are same but order is making them different. So I want to first sort them and want to make a single value of Belgium, France, Italy
I would appreciate any help in this regard.
Thank you.
Rashid Anwar
Solved! Go to Solution.
Hi @rashidanwar ,
Does each row have these 3 values? If it is, please have a try.
Measure = "Belgium, France, Italy "
If I have misunderstood your meaning, please contact me and provide more details.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @rashidanwar ,
Does each row have these 3 values? If it is, please have a try.
Measure = "Belgium, France, Italy "
If I have misunderstood your meaning, please contact me and provide more details.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@rashidanwar , Create a new column in power query
= Text.Combine(List.Sort(Text.Split([Column1], ", ")), ", ")
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 39 | |
| 32 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 75 | |
| 61 | |
| 34 | |
| 30 | |
| 25 |