Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Table.Sort function

I am learning Table.Sort function, got blocked.   In Step3, the nested Table.Sort in Table.Group, it works But when I try to split Step3 into 2 steps, I got blocked. I think my understanding ...
  • artemus's avatar
    6 years ago

    In step 3 you are sorting each entry in the group.

     

    In step 5 you are trying to sort  a column of grouped entries. This won't work.

     

    If you want to break it up, step 5 is:

     

    Table.TransformColumns(Step4, {"B", each Table.Sort(_, {"Chinese"}))