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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Carlo1975
Helper I
Helper I

Choice row in table

Hi, I have a table with some columns but I have to concentate only on this 3:

 

PositionId ProductStart Date
112506/05/2014
213002/08/2018
314001/09/2020
314103/05/2015
465904/05/2020
545801/05/2017
685008/08/2018
625306/09/2017

 

When the ID Position repeats itself I have to choice the Product Id who have the most recently date. and so, For the ID Position 3 the Product ID 140 and For the ID Position 6 the Product ID 850. In my Matrix Table I will have:

 

PositionId ProductStart Date
112506/05/2014
213002/08/2018
314001/09/2020
465904/05/2020
545801/05/2017
685008/08/2018

 

Is it possible to do it with DAX? I saw in the past that in powr quer is very very slow.

thank you

1 REPLY 1
amitchandak
Super User
Super User

@Carlo1975 , for start date take max

for product use this measure


Last Product = calculate(max(Table[Product]), filter(Table, Table[Start Date] = calculate(max(Table[Start Date]), allexcept(Table, Table[Position Id]))) )

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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.