Hi,
Request any help the possibility for an expression filter to filter to the MAX Date.
"SCST - Savings Impact Reporting"."Time"."Snapshot Date"
You can use the TOPN function to get the MAX date. It should do the trick!
TOPN
TOPN(CAST("SCST - Savings Impact Reporting"."Time"."Snapshot Date" AS DATE), 1) = 1
Let me know if you face any challenges while implementing it.
Thanks @Jestin Rajan !!! It worked
Happy to help! 😊