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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
MFasnacht
New Member

Extract records from a list to table

Hi Everyone

 

I am loading data from the web through a REST API to Power BI Desktop

Now the data is loaded but shown as records in a list. When clicking on a record, it drills down and shows one entry in one row in a table. I can safe every record as a new query but not all in one step.
I want to have the data extracted from the records and to be shown in a table.

In the screenshots you can see how the data is shown as records and how the result should be. 


Could anyone help me fixing this?

 

Thank you for every answer. 

 

 


Bildschirmfoto 2017-07-10 um 16.51.47.pngBildschirmfoto 2017-07-10 um 16.51.34.png

1 ACCEPTED SOLUTION
v-sihou-msft
Microsoft Employee
Microsoft Employee

@MFasnacht

 

@Greg_Deckler is correct. You can directly do it on GUI.

 

Just click "To Table".

 

55.PNG

 

Then you just need to expand those columns.

 

Capture.PNG

 

Regards,

View solution in original post

6 REPLIES 6
v-sihou-msft
Microsoft Employee
Microsoft Employee

@MFasnacht

 

@Greg_Deckler is correct. You can directly do it on GUI.

 

Just click "To Table".

 

55.PNG

 

Then you just need to expand those columns.

 

Capture.PNG

 

Regards,

Anonymous
Not applicable

Hi, I had the same problem and this solution has worked and given me all the columns I wanted in a tabular format. However, all the columns have 'Column1.' appended to their original names. I have aboout 100 such columns and would really appreciate a quicker way of getting the original column names back. Thanks, Alisha

Old one, but it may help somebody: 
At the Applied steps, right click on the Expanded Column1..., and delete "Column1" from here.

papercut_0-1732809878555.png

 

Worked very well, thank you very much! 

Works well but ony with uniform records

I have list of records like

{ [Name="Henn", Age = 64], [Name="Peeter", ShueSize=27] }

how to convert into table

({Name, Age, ShueSize}, {{"Henn", 64, null}, {"Ants", null, 27}})

Greg_Deckler
Community Champion
Community Champion

I believe what you want is Table.FromList:

https://msdn.microsoft.com/en-us/library/mt260762.aspx

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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