Forum Discussion

edwardroa's avatar
edwardroa
Helper I
4 years ago
Solved

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...
  • vapid128's avatar
    4 years ago

    Max([Lease End Date],[Lease Secoundary End Date])