Table.ExpandRecordColumn

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Expands a column of records into columns with each of the values.

Table.ExpandRecordColumn(table as table, column as text, fieldNames as list, optional newColumnNames as nullable list) as table  

ArgumentDescription
tableThe Table to modify..
columnThe column to expand.
fieldNamesList of field names.
optional newColumnNamesOptional list of new column names.
Show: