Forum Discussion

davidoz's avatar
davidoz
Frequent Visitor
4 years ago
Solved

Lookup another column in the same table

I am building a dashboard which shows the schedule of some equipment   The raw data comes in this format:   As part of the dashboard, I created this matrix below which shows the type of uni...
  • tamerj1's avatar
    4 years ago

    Hi davidoz 

    please try

    =
    VAR NextDate = [Next Date]
    RETURN
        MAXX ( FILTER ( TableName, TableName[Date] = NextDate ), TableName[Base] )