Forum Discussion
Anonymous
4 years agoNot applicable
RLS and UserPrincipalName()
Hi folks, I took my first foray into implementing RLS in a report that I published from PBI Desktop to our firm's Power BI Service environment, but it, unsurprisingly, hasn't been working. I've b...
- Anonymous4 years ago
Hi Anonymous ,
Try this in the Table Filter DAX Expression.
= [Email Address]= USERPRINCIPALNAME()Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi Anonymous ,
Try this in the Table Filter DAX Expression.
= [Email Address]= USERPRINCIPALNAME()
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.