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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Unite identical neighboring rows

Hello, 

 

I would like to combine rows that are identical and neighboring, see example below.  

 

Screenshot.png

 

 

The order of the entries matters, since they have been listed chronologically. 
Removing duplicates doesn't work, since the blue and grey rows are identical yet not neighboring.

 

I'd be grateful for any ideas how this could be solved 🙂

 

Kind regards, 

Jama1234

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

Hi

 

Select all the 3 columns>>>From the Transform Tab>>Group BY.

In the formula bar, just modify the formula by adding the text in red font below

 

= Table.Group(#"Changed Type", {"ID", "State", "Previous State"},
 {{"ALL", each _, type table [ID=text, State=text, Previous State=text]}},GroupKind.Local)

View solution in original post

2 REPLIES 2
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

Hi

 

Select all the 3 columns>>>From the Transform Tab>>Group BY.

In the formula bar, just modify the formula by adding the text in red font below

 

= Table.Group(#"Changed Type", {"ID", "State", "Previous State"},
 {{"ALL", each _, type table [ID=text, State=text, Previous State=text]}},GroupKind.Local)
Anonymous
Not applicable

Works perfectly! Smiley Very Happy Thank you 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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