Forum Discussion
Dynamic RLS Not Populating Visuals with Data
The DAX is: [Email] = USERPRINCIPALNAME(). When testing roles locally, the security works as intended.
The model is as follows:
'SalesOrg1Security' *->-* 'SalesOrg1Dimension' 1->-* 'Facts'
'SalesOrg2Security' *->-* 'SalesOrg2Dimension' 1->-* 'Facts'
hi ajmonster - Could you help understand why you have 2 security tables setup?
Just wanted to understand From a maintenance prospective it would be easier to maintain 1 security table.
Could you share a screenshot of what the User sees while accessing the report?
Happy to help!
- ajmonster5 years agoHelper II
We use two security tables because they are filtering on two separate columns within the 'Facts' table. I cannot share a screenshot due to sensitivty of the data.
- Anonymous5 years agoNot applicable
hi ajmonster - Just to confirm you have tested the report using the view as using specific user's email which are having issues in the published report correct?
- ajmonster5 years agoHelper II
Correct. I have tested the report using the view as the specific user's email which reported the issues.