Forum Discussion
edwardroa
Helper I
4 years agoreturn 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])
vapid128
Solution Specialist
4 years agoMax([Lease End Date],[Lease Secoundary End Date])