Forum Discussion
Workspace permissions
- 1 year ago
Users with viewer permission cannot download the report from Power BI service.
One must have min contributor access which would allow them to edit the reports as well.
One way can be for you to have an automation job that leverage the REST API to download the report and users having trigger access on that job thereby allowing them indirect access to downlaod the reports
- 1 year ago
Hello Jajiro ,
the permissin above the viewer which is the contributer that allows users to Publish, Create, edit, and delete content, such as reports, in the workspace.
so you can't limit the restrictions if they're not viewers.
- 1 year ago
Hi Jajiro There is a way to block user from overwriting the Semantic model in the Tenant Settings. This setting however applies to the entire organization.
This could be interesting. How difficult would it be to implement this?
For users, would it be complicated to download reports in this way?
Thank you very much
REST API :
You can create a powershell job via tools like Azure automation or a python job via azure function or databricks. And allow parameterization of the report which would allow users to pass the report which they want to download at runtime.
Another job :
https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-automate-power-bi-report-export