Hi,
I am working on a formula to show the next date from 2 rows of dates. I tried =MAX(COLLECT([Release]:[Release], [Live]:[Live], >TODAY())) - and it showed a date from the past.
I tried
=MIN(COLLECT([Release]:[Release ], [Live]:[Live], >TODAY()))
With the same results.
Any help is much appreciated.