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! Request now
Hello everyone @Greg_Deckler ,
I am looking for a way to dynamically compare two values in a table.
But the LASTMODIFIED value is a column in my dataset and the LatestResult value is calculated measure using this formula:
Solved! Go to Solution.
@Anonymous Should be IF(LatestDate = MAX([LASTMODIFIED],TRUE(),FALSE())
If this is in a table visual.
So for specification I need something like this:
But I dont know how to reference the LASTMODIFIED column...
Thanks upfront to everyone.
@Anonymous Should be IF(LatestDate = MAX([LASTMODIFIED],TRUE(),FALSE())
If this is in a table visual.
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.