Forum Discussion
David-Menacho
3 years agoFrequent Visitor
Insert nested list into nested table
Hello i have come to a point in my PowerQuery where i have this table:
Each list contains a column (with variable rows) i need to attach to the "table" column so i can expand it later, is this posible?
Regards
1 Reply
- amitchandakSuper User
David-Menacho , You can create a new column using Table.AddColumn
But I doubt you might have create a table first from List and then merge it all in one column
these functions can help
https://learn.microsoft.com/en-us/powerquery-m/table-fromlist
https://learn.microsoft.com/en-us/powerquery-m/table-fromcolumns
You can find usage here -https://www.youtube.com/playlist?list=PLPaNVDMhUXGalVK1yOQ8hV2kWTNsZW5Gq