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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
ApiTrader
Frequent Visitor

expendRecordColumn responses not with the entire list

Hey all, I want to expand all Records in a column dynamically. For that case I work with the attached Step, but I receive just the same array as in the preview and not the entire array of the column "definition.actions". This is the case in two diffrent tables. How to get the entire array? 

Table.ExpandRecordColumn(#"Reset table actions","definition.actions",
Table.ColumnNames(Table.FromRecords(List.Select(Table.Column(#"Reset table actions","definition.actions"),each _ <> null))),
Table.ColumnNames(Table.FromRecords(List.Select(Table.Column(#"Reset table actions","definition.actions"),each _ <> null)))
)
1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

Table.ExpandRecordColumn(#"Reset table actions","definition.actions",
Record.FieldNames(Record.Combine(List.Select(Table.Column(#"Reset table actions","definition.actions"),each _ <> null))),
Record.FieldNames(Record.Combine(List.Select(Table.Column(#"Reset table actions","definition.actions"),each _ <> null)))
)

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

Table.ExpandRecordColumn(#"Reset table actions","definition.actions",
Record.FieldNames(Record.Combine(List.Select(Table.Column(#"Reset table actions","definition.actions"),each _ <> null))),
Record.FieldNames(Record.Combine(List.Select(Table.Column(#"Reset table actions","definition.actions"),each _ <> null)))
)

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.