Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Solved! Go to Solution.
Table.AddColumn(TableOrPriorStepName, "NewSortedTables", each Table.Sort(_[Nested Table Column], {{"Nested Header", Order.Ascending}, {"Nested Value, Order.Ascending}}))
--Nate
Table.AddColumn(TableOrPriorStepName, "NewSortedTables", each Table.Sort(_[Nested Table Column], {{"Nested Header", Order.Ascending}, {"Nested Value, Order.Ascending}}))
--Nate
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 15 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |