Forum Discussion
annetoal
Helper II
6 years agoFiltering rows based on a lookup match
Hello everyone,
Here's my table 'Approvals':
Index
Submitter
Submitted_datetime
Status
Approved_datetime
FileID
1
Anne <removed by Admin>
4/1/2020 13:00
Pending
...
camargos88
Community Champion
6 years agoHi annetoal ,
Create a calculated column with this code:
LastItem = IF('Table'[Index] = CALCULATE(MAX('Table'[Index]); ALLEXCEPT('Table'; 'Table'[FileID])); 1; 0)
And filter the visual
Ricardo
- annetoal6 years ago
Helper II
I'm sorry, but I don't speak Spanish enough to understand your answer.
Anne