If I have a table like this:
How can I add an embedded copy of Column2 in place of the Error in Custom? I would want the exact same embedded copy of Column2 in each row of Custom.
I tried using Table.FromColumns({{[Column2]}})
and Table.FromList({[Column2]})
, but they both only embed a one row table with only the current row's value from Column2.
I want the embedded table on each row of Custom to have all of Column2's values, like: