Forum Discussion

mitieterry's avatar
mitieterry
Regular Visitor
8 years ago
Solved

Find latest incident

Hi all - apologies if this is a repeat of another post, but I cannot seem to find the same problem.   I have two tables, one of which lists all locations within the business (site details), and ano...
  • v-jiascu-msft's avatar
    8 years ago

    Hi mitieterry,

     

    It's a good idea to share a sample. Maybe you can try this formula.

    Column =
    CALCULATE ( MAX ( TheOtherTable[Date] ) )

    Best Regards!

    Dale