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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Ericwhv
Helper II
Helper II

Dax - Compare two or more row of data, and show the MIN one

Hi All

 

Thank you for your help in advance first.

 

I have below Table.

HB is not an unquie number

Master is unquie number

 

I want to show the row of data with earliest COB 

i am not sure how can i do that, not sure if anyone could help me?

 

Raw Data:

HBMasterCOBOrigin
4411255ABC1234512-AugMAD
4411255CDE5432115-AugHKG
556677ABD1234512-AugMAD
337788UIZ5678911-AugLHR
667788KIL1234511-AugWAW
667788POI5566712-AugFRA
667788UYE9977813-AugCDG

 

Ideal Result

HBOrigin
4411255MAD
556677MAD
337788LHR
667788WAW

 

Thank you!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Ericwhv , I have blog for latest value, You can try the same with min for min value

 

https://amitchandak.medium.com/power-bi-get-the-last-latest-value-of-a-category-d0cf2fcf92d0

 

Last Status = var _max = minx(filter(ALLSELECTED(Data), Data[HB] = Max(Data[HB])), Data[COD]) 
return 
CALCULATE(max(Data[Origin]), filter((Data) ,  Data[Date] =_max))
Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Ericwhv , I have blog for latest value, You can try the same with min for min value

 

https://amitchandak.medium.com/power-bi-get-the-last-latest-value-of-a-category-d0cf2fcf92d0

 

Last Status = var _max = minx(filter(ALLSELECTED(Data), Data[HB] = Max(Data[HB])), Data[COD]) 
return 
CALCULATE(max(Data[Origin]), filter((Data) ,  Data[Date] =_max))
Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi Amit

 

sorry for asking again, if i would like to add one more criteria, is it possible?

shall we check if leg check column has a "Last leg" or not?
if there is a "Last Leg", then show that HB
if there are empty or no "Last Leg" exist, then keep the same logic before.

 

thank you.

 

Raw Data:

HBMasterCOB

Origin

Leg Check

4411255ABC12345 MADLast Leg
4411255CDE5432115-AugHKGFirst Leg
556677ABD1234512-AugMAD 
337788UIZ5678911-AugLHR 
667788KIL1234511-AugWAWLast Leg
667788POI5566712-AugFRA 
667788UYE9977813-AugCDG 

 

Ideal Result

HBOrigin 
4411255MADLast Leg
556677MAD 
337788LHR 
667788WAW 

Thank you Amit!
you help me again!
it is work and the porblem sorted.

but could you mind to go through with me why that is work?
I want to know how to fishing instead of keep asking fish from you lol

Thank you so much!!

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.