I am attempting to filter a table as follows:
Table = Filter(Cashflows, Cashflows[Basis] = Cashflows[Basis Selection 1])
My selection measure is as follows:
Basis Selection 1 = SELECTEDVALUE('Basis CF1'[Value])
Basis CF1 is a slicer I have created from a table. My issue is that the filter returns only an empty table.
Thanks