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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
erdinch
Helper I
Helper I

how to identify wrong data entry in a column compared to majority of records for the same referenc

I have in column A materail description and in column B - melting temperature. 

There are hundreds of rows in the table. What I need  is to find a way in additional column to have a marker "false" when there is a different melting temparature comparing to majority of the records for that specific material.

5 REPLIES 5
HotChilli
Super User
Super User

I think the first step (in Power Query) would be to produce a summary table with 2 columns (each Material and the Mode value for that material).

Do a 'Group By' on material and pick the Min aggregation on the temperature column.

We will edit this step in the formula bar now.

Change List.Min to List.Mode.

You should now have a 2 column table.

--

You can Merge this back to the original table (Inner Join) to bring back the Mode Value as a column.

--

Then add a custom column to compare the melt temperature with the Mode value and return "tick" or something.

--

 

HotChilli
Super User
Super User

Great, Thanks.

Why is there no pointer next to 39 for Material1? 

In fact there should be a pointer as it is outside 40. your comment is correct

 

erdinch
Helper I
Helper I
HotChilli
Super User
Super User

Sample data?

I think you can use List.Mode() in Power Query to get the mode values in a column

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors