Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

summary / report on reports shared

Hi, i have developed a bunch of reports on power BI services for my company and have shared various reports and dashboards with various users.  However as the number of these reprots and users go up in numbers, it is becoming harder to keep track of who has access to see which reports or subscriptions

 

Is there a way to see a summary of a list of reprots, and who has access /  who has the reports been shared with .  and ideally some kind of smmary stats on who whihc report has been viewsed most,  or left dormant?

 

 

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

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,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

1 REPLY 1
ibarrau
Super User
Super User

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,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors