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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Return Column if Highest Value

Hello, 

 

I have a data set with individuals education info. (See attached data sample, snippet). The data consists of info on 2200 people. 

 

I'm wanting to clean the data, so that it only shows me the highest Degree weight (0-5) associated with the ID. As you can see my data is repeating multiple times, I want it to clean up and show only one row of data, with the ID being the unique identifer. 

 

Any thoughts or Suggestions? 

 

Thanks, 

 

 

Sample Education Data.PNG

1 ACCEPTED SOLUTION
Cmcmahan
Resident Rockstar
Resident Rockstar

If you're OK throwing away all the data in the rows with duplicated IDs, then this is very easy in Power Query.

 

Open the query editor, and sort the table by Degree Weight.  Then right click the ID column header and select Remove Duplicates.  This will keep only the data rows where the ID first appears, which right now is ordered by Degree Weight.

 

 

If this is throwing away too much data, (like you want each person's highest weighted degree in each field of study) you can CTRL+click each of the columns that you want to keep unique values in, right click, and remove duplicates.

View solution in original post

2 REPLIES 2
Cmcmahan
Resident Rockstar
Resident Rockstar

If you're OK throwing away all the data in the rows with duplicated IDs, then this is very easy in Power Query.

 

Open the query editor, and sort the table by Degree Weight.  Then right click the ID column header and select Remove Duplicates.  This will keep only the data rows where the ID first appears, which right now is ordered by Degree Weight.

 

 

If this is throwing away too much data, (like you want each person's highest weighted degree in each field of study) you can CTRL+click each of the columns that you want to keep unique values in, right click, and remove duplicates.

Not sure if meant to makes changes to the data model or just want a visual with just the max value per id.

Check this if you need the latter.

https://docs.microsoft.com/en-us/power-bi/service-aggregates

Helpful resources

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

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.