Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • blopez11's avatar
    6 years ago

    Maybe try:

    ( [EMC EMAIL] = userprincipalname () || [DELL EMAIL] = userprincipalname() )