I need the most recent “target date” (column value) from the table “Record” where “Target Name” in table Record matches the “Target Key” where this expression lives
I have tried
LOOKUP(MAX(SELECT( “record”[target date], ([_THISROW].[Target Key] = [Target Name]) ) ))
but it gives me the following error
“Function ‘LOOKUP’ should have exactly four parameters: LOOKUP(lookupValue, tableName, lookupColumn, returnColumn)”
Thank You in advance,