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...
Deku
1 year agoSuper User
If( [max date] in values( sla[record start] ), 0, 1 )