Forum Discussion
CRDover
4 years agoFrequent Visitor
Table.Sort nested Tables
I am looking to sort in Power Query a all nested tables in a column like in the sample. I am not sure how to even begin to do that.
- Anonymous4 years ago
Table.AddColumn(TableOrPriorStepName, "NewSortedTables", each Table.Sort(_[Nested Table Column], {{"Nested Header", Order.Ascending}, {"Nested Value, Order.Ascending}}))
--Nate
1 Reply
- AnonymousNot applicable
Table.AddColumn(TableOrPriorStepName, "NewSortedTables", each Table.Sort(_[Nested Table Column], {{"Nested Header", Order.Ascending}, {"Nested Value, Order.Ascending}}))
--Nate