Forum Discussion

Parth_1's avatar
Parth_1
Helper I
2 years ago
Solved

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...
  • wdx223_Daniel's avatar
    wdx223_Daniel
    2 years ago

    = Table.ExpandRecordColumn(#"Reordered Columns", "specifications",Record.FieldNames(Record.Combine(product_data[specifications])))