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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Rygar
Helper II
Helper II

Multi transpose from one column

Hi Community! 

 

I need some kind of multi transpose from a column:

Rygar_0-1661960260891.png

Example File here: https://edvadamsde-my.sharepoint.com/:x:/g/personal/adams_edv-adams_de/EcJEphvMqcdGo4MbaM8iMw8BJoC4i... 

 

Thanks and regards,

Michael

 

2 ACCEPTED SOLUTIONS
wdx223_Daniel
Community Champion
Community Champion

just for the data you shown

=#table(4,List.Split(PreviousStepName[Column1],4))

View solution in original post

Nice approach, it worked, thanks a lot!

View solution in original post

6 REPLIES 6
wdx223_Daniel
Community Champion
Community Champion

just for the data you shown

=#table(4,List.Split(PreviousStepName[Column1],4))

Thanks a lot for this elegant solution!

Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

This is awesome. Never thought of using List.Split ever. You taught me this trick. Thank you, so much.

it's my pleasure.

HotChilli
Community Champion
Community Champion

Add an Index column

Add a custom column using Number.IntegerDivide to divide the Index Column by 4 (as you have groups of 4).

Add a custom column(name it Heading) using Number.Mod([Index], 4) to create the field which we will use for column headings.

Then remove the Index column

Then Pivot the Heading column (pick the original column for Values column and Don't Aggregate)

--

That's the method.  Have a go and I can help if you get stuck (There will be exact examples on this forum or the web too)

Nice approach, it worked, thanks a lot!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.