Forum Discussion
Anonymous
6 years agoNot applicable
Page and bookmark security
I need to guarantee access to users of our dashboards by page of report and by bookmark. Nowadays, there are row level security, but this way demand create another pbix for each kind of user. Exempl...
qmartiny
Helper III
6 years agoI am expecting you are describing a scenario where user 1 has 'global' access to the summary page and user 2 detail only.
I found that if you need that kind of RLS you can create 1 pbix that is 'global' and then another one with only the pages you want restricted by user and apply RLS there.
I find that you can create them both from the same dataset. The effect (if you put both in an app) is pretty seamless for the end user.
By bookmark, as far as I know you can't use RLS. If you do need a completely different view for each user I would suggest figure out how many types of roles you are working with an create individual PBIX, at the max one/role should be enough.
(again assuming a couple things here)
Let me know if that helps
Quentin