Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello all!
I am trying to apply RLS using a field called [Approver Email]. I would like to dynamically apply the RLS without having to type each email for the respective user out. I tried a DAX function I use on Powerapps frequently but I am getting some errors.
[Approver Email] = CurrentUser.Email
I want to be able to use the current users email ..if it is equal to approver they should be able to see the rows in which they are the listed approver.
Any suggestions? Tips? Videos?
I appreciate the help!
The function you are looking for in DAX is USERPRINCIPALNAME()
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 23 |