Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Solved! Go to Solution.
@Anonymous
Try this
email = MAXX ( TOPN ( 1, RELATEDTABLE ( LastLogin ), [Time Stamp], DESC ), [Email] )
@Anonymous
Hi
Try this
email =
VAR login = Customer[Last login]
RETURN
CALCULATE ( MAX ( 'Last login'[Email] ), 'Last login'[Timestamp] = login )
Does not work only blanks in entire column
@Anonymous
By which field are the tables related?
Can you show a snapshot?
Customer(ID)
Last login(Customer ID, Email, Timestamp)
@Anonymous
Try this
email = MAXX ( TOPN ( 1, RELATEDTABLE ( LastLogin ), [Time Stamp], DESC ), [Email] )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.