Forum Discussion
LRFeltz
Advocate III
9 years agoLOOKUPVALUE help
Hello guys, I need help... I'm including the security function below to restrict access to users. [FILIAL] IN (LOOKUPVALUE(TBL_ACESSO[FILIAL], TBL_ACESSO[USUARIO], "user x") ) But it gener...
v-haibl-msft
Microsoft Employee
9 years ago
It seems that you want the role members can only see the data for those FILIAL have USUARIO of “user x”.
Why not write the DAX expression as below?
Best Regards,
Herbert