Hi,
I have a report with multiple pages. One page has employee costs report for the organization and I want to provide access to this report only to the senior managers. I did the following to meet this requirement.
1. Create a role and selected the tables that feed data to this table. Selected 'hide all rows' as filtering criteria.
2. In the dataset security in service, add the users for this role and they will be restricted from seeing this report. But the problem lies when there are more number of users. Do i need to manually add each and every user to the security group for this role. Is there any chance of selecting senior managers who are less in number and rest are all users should be restricted from accessing the report. Something like 'Not' operator in the filter criteria.
Is there any better way to meet this requirement.
Solved! Go to Solution.
Yes using basic row level security. Thanks for your reply though. Appreciate it.
This is way too complicated imo. There should be a native way to set permissions per page.
Sometimes I have multiple pages with different levels of detail. So restricting the entire table would not work in this case.
Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.
Regards,
Jimmy Tao
Yes using basic row level security. Thanks for your reply though. Appreciate it.
@Mohan_Babu please can explain how you solved this problem using basic row level security?
To be general, you can achieve this by create an additional user table and create one username column in each table, then create a relationship between the User table and each table and create a role on the user table using DAX like pattern:
User[UserName] = USERPRINCIPALNAME()
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
30 | |
27 | |
24 | |
19 | |
9 |
User | Count |
---|---|
43 | |
27 | |
20 | |
16 | |
14 |