Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
CRDover
Frequent Visitor

Table.Sort nested Tables

CRDover_1-1645229935860.png

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.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Table.AddColumn(TableOrPriorStepName, "NewSortedTables", each Table.Sort(_[Nested Table Column], {{"Nested Header", Order.Ascending},  {"Nested Value, Order.Ascending}}))

 

--Nate

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Table.AddColumn(TableOrPriorStepName, "NewSortedTables", each Table.Sort(_[Nested Table Column], {{"Nested Header", Order.Ascending},  {"Nested Value, Order.Ascending}}))

 

--Nate

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.