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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
pezakas
Helper I
Helper I

Merging rows

Hello community!

On the following table i want to merge all rows per each project code (project codes are masked) so that, in the new table i can have distinct project codes and replace null with text values, where is it needed.

pezakas_1-1653392510910.png

So, for instance the project 117 should have columns :
SD11=Approved,
SD20=null,
SD25=Approved,
SD30=Open,
SD68=null,
SD70=null

 

 

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @pezakas ,

 

Select your Project Code column, go to Home tab > Group By.

In the dialog, add an aggregation column for all the other columns you want, using the MAX operator on the original column.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

1 REPLY 1
BA_Pete
Super User
Super User

Hi @pezakas ,

 

Select your Project Code column, go to Home tab > Group By.

In the dialog, add an aggregation column for all the other columns you want, using the MAX operator on the original column.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors