Forum Discussion
benjamin_sasin
6 years agoResolver I
Reordering a list
I've got a data-set with a column containing a list like "A","B","C" and sometimes that column also has "B","C","A" or other sequence (here A, B and C represent string values). Naturally, there i...
- Anonymous6 years ago
Exactly!
And to your point, I could probably have used List.Intersect instead of List.Select, List.Contains.
nullpowerbi
6 years agoFrequent Visitor
Hi,
Would extract text before/after delimiter work if you can find a similarity between the "A" "B" and "C's" ?