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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
JoaoPereira
Frequent Visitor

Power Query - Uniting rows based on column values.

Hello Power BI community. I hope you are all doing fine.

 

I am here today to ask for help regarding the possibility of uniting rows based on a column value. Below is an example table for this purpose:

 

NameAgeX-ValueY-Value
John2030null
John20null15
Mary3050null
Mary30null35
Eric4040null
Eric40null25

 

In this example table, I have two rows for each person, with identical names and ages. They are the same person, just written twice due to server errors. I would like to be able to join the x-values and y-values based on whether the names are identical. This assumes of course no two people have the same name, which they won't have. Here is what my final table should look like:

 

NameAgeX-ValueY-Value
John203015
Mary305035
Eric404025

 

The base table is automatically exported from a server and will always come in this exact same format - Name, Age, X-Value, Y-Value. Please let me know if there are any steps in Power Query where I am able to automatically join x-value and y-value rows as long as the names are the same.

 

Best,
Joao

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @JoaoPereira 

 

Based on your sample, you can do Group By

 

Vera_33_0-1629809074070.png

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @JoaoPereira 

 

Based on your sample, you can do Group By

 

Vera_33_0-1629809074070.png

 

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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