Forum Discussion
Anonymous
5 years agoNot applicable
Row Level Security based on EmailID
Hello, I am working on a dashboard where we have 4 potential users: Business Head, Sales Rep, District Manager and Region Manager. Each Account has 4 of these emails associated and I have an Acc...
Payeras_BI
Solution Sage
5 years agoHi again Anonymous ,
If I understood correctly this would be the Table filter DAX expression to be applied to your table AA:
[Account ID] = CALCULATE ( MIN ( XX[Account ID] ), XX[email] = USERPRINCIPALNAME () )