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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors