Forum Discussion
Thakshila
4 years agoFrequent Visitor
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...
- 4 years ago
NewStep=Table.TransformColumns(PreviousStepName,{"Column1",each if _ is list then _ else {_}})
KNP
4 years agoSuper User
Right click and choose, To Table...
You'll then be able to work with it.
Thakshila
4 years agoFrequent Visitor
Hi KNP,
That is the problem, When I convert it to the table. Still, I don't get an option to expand columns
Thanks
- wdx223_Daniel4 years agoCommunity Champion
NewStep=Table.TransformColumns(PreviousStepName,{"Column1",each if _ is list then _ else {_}})