Forum Discussion
avidthinker
1 year agoFrequent Visitor
Sorting of values
Hi, I have a spreadsheet that contains the values below. Ver 5.29.1 5.29.1 5.29.1 8.03 8.02 8.02 The above is correctly sorted in Excel. When I create a data...
slorin
1 year agoSuper User
Hi avidthinker
Maybe
= Table.Sort(Source, (x,y) => Value.Compare(Text.From(x[Ver]), Text.From(y[Ver])))
Stéphane