Forum Discussion

Thakshila's avatar
Thakshila
Frequent Visitor
4 years ago
Solved

Cannot expand the list values in side the column

Hi All,   I have an issue expanding the list values inside the power query. I'm not getting the two small arrows to expand the column as we usually do. any idea how to resolve it?     Than...
  • wdx223_Daniel's avatar
    wdx223_Daniel
    4 years ago

    NewStep=Table.TransformColumns(PreviousStepName,{"Column1",each if _ is list then _ else {_}})