Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I am accessing a Sharepoint list with PowerBi and the fields that have dropdown lists show up as [list]. If tried multiple methods to extra the single result in PowerBi but to no vail. The field is called Sub Chosen. If I click on the word [list] in Power Query is shows the attached information
Solved! Go to Solution.
Ok, so if you delete the step that was created when you clicked on the word in the list, do you see this icon in the column header for that column?
If you do, click on that and choose either 'Expand to New Rows' or 'Extract Values...'
| 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 @aspitalnick
If every list has only single value, you can add a custom column to extract this value. Use List.First([Sub chosen]). Then delete the List column [Sub chosen].
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Ok, so if you delete the step that was created when you clicked on the word in the list, do you see this icon in the column header for that column?
If you do, click on that and choose either 'Expand to New Rows' or 'Extract Values...'
| 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 ;). |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.