Forum Discussion
Power BI Azure user access report
hi,
is there a way to get a report (or data) of users access to Azure PBI reports?
for example:
user A got acess to reports: 1,2,3...
Thanks
Hey Galz ,
unfortunately, this is not possible, but you can create this report using Power BI's REST API calls, like this one:
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin
The above call provides the users who have access to.
The next call provides the all the reports, iterate across all report and get the users for each report.
The API call the returns all the reports: https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-reports-as-admin
Hopefully, this provides some ideas of how to tackle your challenge.
Regards,
Tom
1 Reply
- TomMartensSuper User
Hey Galz ,
unfortunately, this is not possible, but you can create this report using Power BI's REST API calls, like this one:
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin
The above call provides the users who have access to.
The next call provides the all the reports, iterate across all report and get the users for each report.
The API call the returns all the reports: https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-reports-as-admin
Hopefully, this provides some ideas of how to tackle your challenge.
Regards,
Tom