Reputation: 3437
I have a dataset (SSAS) in workspace A, and a report in workspace A that was also copied in workspace B.
People in my organization can see the report in workspace B after I grant them access at report (from workspace B) and dataset (from workspace A). But people in other organization cannot see the report and get this error message:
You cannot see the content of this report because you do not have permissions to the underlying dataset. Please contact the dataset owner to request access.
What should I do to grant access to other people to the report?
Should I copy the dataset from workspace A to workspace B? This dataset is pointing to SSAS cube (so it's a live connection) and I have remarked the dataset was not copied when the report was copied (as it usually happens).
Upvotes: 3
Views: 28786
Reputation: 684
Upvotes: 0
Reputation: 741
If RLS is enabled then see below details to provide users access:
https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-rls
Upvotes: 1
Reputation: 4848
None of the other solutions worked for me. However, I did add [BUILD] access to the user as well as [READ] only, and then it worked.
Upvotes: 1
Reputation: 349
To resolve this issue, you need to:
Remove the users from the dataset permissions and dashboard, and share it again from the dashboard UI, now the users will have the access
For more reference, you can review the reply from PowerBi forum on this.
If this doesn't resolve the issue, make sure to confirm that the granted permissions for users conform to references shared there. (as reports require same level of permissions as dashboards)
Upvotes: -1
Reputation: 3741
I don't have situation as your, but you can check permissions on dataset level -> direct access (without adding access to workspace).
Upvotes: 1