Forum Discussion
Apply filter with RSL
- 2 years ago
Hi DanCasSan20 ,
If a user has permissions for multiple roles at the same time, his permissions are the union of multiple roles.
So, when testing, you should only choose one roles.And, you can try below RLS expression on DIM_TIMEPO:
IF(USERNAME()<>"[email protected]",TRUE(),'DIM_TIMEPO'[Year]>=2023)Also, you can enable security filtering options when establishing relationships.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
Hi DanCasSan20 ,
If a user has permissions for multiple roles at the same time, his permissions are the union of multiple roles.
So, when testing, you should only choose one roles.
And, you can try below RLS expression on DIM_TIMEPO:
IF(USERNAME()<>"[email protected]",TRUE(),'DIM_TIMEPO'[Year]>=2023)
Also, you can enable security filtering options when establishing relationships.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~