Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everyone
I have to create a report about workers, but this report should be builded like a photo. I have a table with about 9,000 rows (amount of rows is floating) and one heading with name of columns.
How can I do it by PowerQuery? Data is downloaded from our SAP, so I need to do it by PowerQuery.
Solved! Go to Solution.
Table.Combine(List.Transform(Table.Split(PreivousStepName,1),Table.DemoteHeaders))
Table.Combine(List.Transform(Table.Split(PreivousStepName,1),Table.DemoteHeaders))
Awww It's fast and simply! Thank you so much.
Pretty slick.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.