Table.ExpandListColumn

Syntax

Table.ExpandListColumn(table as table, column as text) as table

Description

Given a table, where a column is a list of values, splits the list into a row for each value. Values in the other columns are duplicated in each new row created.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Table Functions / Table.ExpandListColumn