Forum Discussion
Extract data from List value column
Hi All,
I have a query which has a column name "Components" and it has List values in it . I want to extract the data from this column so it gets stored in a new column in the query.
Basicaly I want to extract the data in "name" attribute . How this can be done? Any help will be much appreciated.
Thanks
- Anonymous3 years ago
Hi Anonymous ,
This is a blog on how to extract values from records and lists, I believe it will be helpful to you.
Extract Values From Records And Lists In Power Query - Master Data & AI Skills (enterprisedna.co)
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
4 Replies
- ppm1Solution Sage
That looks like a record. Try
= Components2{0}[name]
Pat
- AnonymousNot applicable
Hi ppm1 , It's a list. Please see below more screenshots.
When you click on List then below screen comes up:
- ppm1Solution Sage
In the colulmn header, click on the double arrow expand button and "expand to new rows". You should then have a column of Records. Click on the expand button on that column and choose only the name field.
Pat