Forum Discussion

TotunG's avatar
TotunG
Resolver I
3 years ago

Fixing Filter Measure

Hi all,   I'm trying to use the below measure to lookup a value in a table where I have a unique code    VAR Selected_Date = 'Table1'[Date] RETURN LOOKUPVALUE ( FILTER('Table1', Selected_Dat...