Forum Discussion
Anonymous
6 years agoNot applicable
Filtering DAX RLS
Hi Everyone, Would you please tell me what might be wrong in the following DAX RLS expression? ( [EMC EMAIL] || [DELL EMAIL] ) = userprincipalname() I have two email columns, one @dell.co...
- 6 years ago
Maybe try:
( [EMC EMAIL] = userprincipalname () || [DELL EMAIL] = userprincipalname() )
amitchandak
6 years agoSuper User
Anonymous , print userprincipalname() on card and check