Forum Discussion
nick9one1
1 year agoHelper III
get largest filtered record date
Hi, I have created the following measure to get the latest record of each order. But It isnt quite working.. the max date for these two rows should be 25/04/2024 as this is the lar...
Greg_Deckler
1 year agoCommunity Champion
Latest = IF(MAX(SLA[RecordStart])=[max date],0,1)