Forum Discussion
Parth_1
2 years agoHelper I
How to expand record column dynamically with Power Query
I am expanding the specifications column. The available data is expanding successfully. But when the records are aaded in future in specification column it does not expand it all. What query will h...
- 2 years ago
= Table.ExpandRecordColumn(#"Reordered Columns", "specifications",Record.FieldNames(Record.Combine(product_data[specifications])))
wdx223_Daniel
2 years agoCommunity Champion
= Table.ExpandRecordColumn(#"Reordered Columns", "specifications",Record.FieldNames(Record.Combine(product_data[specifications])))
Anonymous
2 years agoNot applicable
I try to tackle the same issue but keep getting the error that there is a loop. How can I make sure i indicate the right column?