Forum Discussion
summary / report on reports shared
- 5 years ago
Hi. I don't think there is a single place with all that info. You can go one by one on the reports clicking on the three dots next to them -> Manage Permission. That should show the users involved.
In order to have a list of reports and the users you can build something with the Power Bi Rest API as Admin. The admin can request a list of all the reports in the tenant and then there is a request to get the list of users for that report: https://docs.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin
That might be the only way to check it like you want. Building it.
I hope that helps,
Hi. I don't think there is a single place with all that info. You can go one by one on the reports clicking on the three dots next to them -> Manage Permission. That should show the users involved.
In order to have a list of reports and the users you can build something with the Power Bi Rest API as Admin. The admin can request a list of all the reports in the tenant and then there is a request to get the list of users for that report: https://docs.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin
That might be the only way to check it like you want. Building it.
I hope that helps,