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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
pal95
Helper III
Helper III

Convert records into rows and columns

Hi, I have the following query:

 

pal95_0-1710344217157.png

 

There are about 370 records, and each contains the same 3 columns:

 

pal95_1-1710344254271.png

 

I would like to unzip it into 370 rows and 3 columns, so my columns are: OEE, Shift, Timestamp, and my rows are just the values for each record. Is that possible somehow? Thank you

 

 

1 ACCEPTED SOLUTION

This was bad advice, I used a custom column to create 3 columns from records like Record.Field([Column1], "Shift")

View solution in original post

5 REPLIES 5
slorin
Super User
Super User

Hi, @pal95 

= Table.FromRecords(Source[rows])

Stéphane 

Sorry, but it doesn't work.

What is the source and what should stand for rows?

This was bad advice, I used a custom column to create 3 columns from records like Record.Field([Column1], "Shift")

slorin
Super User
Super User

Hi, how to scale that into 370 records? Could you please provide a pattern so I can follow that? thank you

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.