Forum Discussion

davidwsw's avatar
davidwsw
Frequent Visitor
9 years ago
Solved

Problems with filtering table by last date

I have a table like this that I want to filter to only show the score for each user's last date and for each competency:     I created a LastDate measure: LastDate = MAX(Table1[Date])   Whe...
  • davidwsw's avatar
    davidwsw
    9 years ago

    ankitpatira

    I'm not looking for the maximum score. I'm looking for each user's most recent score for each competency. For example, for John I want to get 50, not 80.