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 {_}})
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_Daniel
Community Champion
4 years agoNewStep=Table.TransformColumns(PreviousStepName,{"Column1",each if _ is list then _ else {_}})