The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.