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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.