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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
cisyncllc
Frequent Visitor

Cross tab table

I need help changing a table from multiple rows to a grouped by and then into a single row see example.    

 

Cross tab table.JPG

 

T

 

 

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @cisyncllc 

 

Pivot column feature exactly does what you want. Pivot columns - Power Query | Microsoft Docs

 

Select the "groupdesc" column and click on Pivot Column. In the pop-up "Pivot Column" window, select "Itemdesc" for Values column and expand "Advanced options" and select "Don't Aggregate" for Aggregate Value Function. 

vjingzhang_0-1661825205336.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

3 REPLIES 3
wdx223_Daniel
Super User
Super User

=Table.Combine(Table.Group(PreviousStepName,"ID",{"n",each #table({"ID"}&[groupdesc],{{[ID]{0}}&[itemdesc]})})[n])

v-jingzhang
Community Support
Community Support

Hi @cisyncllc 

 

Pivot column feature exactly does what you want. Pivot columns - Power Query | Microsoft Docs

 

Select the "groupdesc" column and click on Pivot Column. In the pop-up "Pivot Column" window, select "Itemdesc" for Values column and expand "Advanced options" and select "Don't Aggregate" for Aggregate Value Function. 

vjingzhang_0-1661825205336.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

cisyncllc
Frequent Visitor

I need to accomplish this in Power Query so I can use the table in other queries and merges

 

Thank you for any assistance.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors