Hi experts
Need your help!
I have this case statement that contains measure
CASE WHEN (FILTER( "Fact - WebReg Orders"."Booked Revenue USD" USING ("Order Date"."Fiscal Year" IN ('FY2020'))) IS NOT NULL AND FILTER("Fact - WebReg Orders"."Booked Revenue USD" USING ("Order Date"."Fiscal Year" < 'FY2020')) IS NULL) THEN 'NEW' ELSE 'EXIST' END
and would like to filter to see only the 'NEW' in my analysis but for some reason as you know when it is a measure you dont get a drop down when you filter rather you get free text field but even if I type NEW it is not filtering, I still see both NEW & EXIST.
Any work around?
Thanks
Joe