Forum Discussion
edwardroa
4 years agoHelper I
return latest date between 2 date columns
Hi there, I am struggling to find an efficient DAX formula to give me a column which contains the latest date from 2 date columns. For example, the below table is my data source and the 2 column...
- 4 years ago
Max([Lease End Date],[Lease Secoundary End Date])