Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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?
Thanks
Solved! Go to Solution.
NewStep=Table.TransformColumns(PreviousStepName,{"Column1",each if _ is list then _ else {_}})
Right click and choose, To Table...
You'll then be able to work with it.
Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
Hi KNP,
That is the problem, When I convert it to the table. Still, I don't get an option to expand columns
Thanks
NewStep=Table.TransformColumns(PreviousStepName,{"Column1",each if _ is list then _ else {_}})
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.