Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
tijuemson
Frequent Visitor

expanding column with record and list

Hi All,

 

i am stuck in a problem following is a column i have i cant expand it because it has List and Record in it.

 

list is the combination of a lot of records and i tried converting everything to list and then expand it..it didnt work.

 

expanded.JPG

following is the mquery

let
Source = DocumentDB.Contents"Source"),
Expanded1 = Table.ExpandRecordColumn(Source, "Document", {"id", "details"}, {"Document.id", "details"}),
Expanded2 = Table.ExpandRecordColumn(Expanded2, "expanded 1", {"detail"}, {"detail"})
in
Expanded2

 

any help is appreciated.

 

i saw another post regarding this but for that the list was empty for me list and record has records

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @tijuemson ,

 

Here is a good post for your reference: https://stackoverflow.com/questions/33928781/transforming-json-with-power-query-mix-of-list-and-reco...

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

View solution in original post

2 REPLIES 2
v-deddai1-msft
Community Support
Community Support

Hi @tijuemson ,

 

Here is a good post for your reference: https://stackoverflow.com/questions/33928781/transforming-json-with-power-query-mix-of-list-and-reco...

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

selimovd
Super User
Super User

Hello @tijuemson ,

 

I also don't know the answer, but maybe you should post that in the Power Query Forum and not in Power BI Desktop.

The chances that the Power Query Pros can help you with this is a lot higher.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍

Best regards
Denis

Blog: WhatTheFact.bi 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors