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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Steevo746
Regular Visitor

Grouping Query - Merge Rows

Hi All

 

I want to consolidate two rows for each year into one - so that it shows values for both Spoiled and Good in a single row rather than two rows for each year with nulls. I have tried all kinds of group by and aggregations but to no avail? any idea?

Thanks!

 

Steve

 

CleanShot 2023-09-08 at 07.43.14.png

1 ACCEPTED SOLUTION
AlienSx
Super User
Super User

Hi, @Steevo746 select Year column and unpivot other columns. Then pivot column with former column names.

View solution in original post

1 REPLY 1
AlienSx
Super User
Super User

Hi, @Steevo746 select Year column and unpivot other columns. Then pivot column with former column names.

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