Forum Discussion
Brett007
Helper III
5 years agoFiltering a Calculated column to only show the Latest Date result.
I am using this column in a matrix that is built off data from an associated table (connected via Program Number) The problem is my filter does not work. It shows all dates rather than just the...
- 5 years ago
Hey Brett007 ,
check the following calculated column. With that you will get the latest [Date Approved] by [Program Number]:
Latest Approved Review NEW = VAR vProgramNumber = Reviews[Program Number] RETURN CALCULATE( MAX( Reviews[Date Approved] ), Reviews[Program Number] = vProgramNumber, ALLEXCEPT( Reviews, Reviews[Program Number] ) )If you need any help please let me know.If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍Best regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic