Forum Discussion
Anonymous
5 years agoNot applicable
single value was expected?
I get the below error: My code in the Role is: [Key_Customer] IN SELECTCOLUMNS( FILTER( 'Customer', LOOKUPVALUE( 'Customer'[Key_Customer], 'Customer'[Lea...
amitchandak
5 years agoSuper User
Anonymous , filter should have true and false , not very clear if this will return true false
try like
[Key_Customer] IN
SELECTCOLUMNS(
FILTER(
'Customer',
LOOKUPVALUE(
'Customer'[Key_Customer],
'Customer'[Lead_EmpNo],
LOOKUPVALUE(max(Employee[EmpNo]),Employee[NTUserName], USERNAME())
)
)
,"Cust" ,'Customer'[Key_Customer])
- Anonymous5 years agoNot applicable
A MAX cannot be added there...