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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
drk_torben
Frequent Visitor

Monitor permissions in Power BI Service (what reports are shared with a user)

Hi,

we use Power BI Service (Pro licenses) with different workspaces and share most of our Reports/Dashboards either by sharing directly to an individual user or by sharing to a azure security group (with indidual users as members).

I am looking for a method to monitor which reports are shared to which users (indidual or by membership in a group).

What are best practices to achieve this?

 

My actual idea is to have a closer look to the Power BI REST API. But I have no experience with the API and so I would be very happy about some help 🙂

 

Regards,

Torben

1 ACCEPTED SOLUTION
v-rongtiep-msft
Community Support
Community Support

Hi @drk_torben ,

You can consider to enable auditing functionality in the Power BI admin portal. When this feature is turned on, Power BI will start logging various activities that your users perform in Power BI. You are able to search audit log to know if one dashboard is shared and recipient email of the shared dashboard. However, please note the following things when using auditing functionality.

1. The auditing feature in Power BI is in preview and is available in all data regions except those in Australia and Europe.
2. Auditing is a Power BI Pro feature and auditing events are only available for Power BI Pro users.
3. The audit logs take up to 48 hours to show up in the O365 Security & Compliance Center.

The audit feature is still in preview, if you have any feedback about it, please add your vote and comments in this idea:

Better Auditing of User Activity (Datasets, Reports, Dashboards, Exports)

 

Reference:

Track user activities in Power BI - Power BI | Microsoft Docs

 

Best Regards

Community Support Team _ Polly

 

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

View solution in original post

2 REPLIES 2
v-rongtiep-msft
Community Support
Community Support

Hi @drk_torben ,

You can consider to enable auditing functionality in the Power BI admin portal. When this feature is turned on, Power BI will start logging various activities that your users perform in Power BI. You are able to search audit log to know if one dashboard is shared and recipient email of the shared dashboard. However, please note the following things when using auditing functionality.

1. The auditing feature in Power BI is in preview and is available in all data regions except those in Australia and Europe.
2. Auditing is a Power BI Pro feature and auditing events are only available for Power BI Pro users.
3. The audit logs take up to 48 hours to show up in the O365 Security & Compliance Center.

The audit feature is still in preview, if you have any feedback about it, please add your vote and comments in this idea:

Better Auditing of User Activity (Datasets, Reports, Dashboards, Exports)

 

Reference:

Track user activities in Power BI - Power BI | Microsoft Docs

 

Best Regards

Community Support Team _ Polly

 

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

drk_torben
Frequent Visitor

Update - these Power BI REST APIs seems to be relevant:

API Admin - Reports GetReportUsersAsAdmin
Required Scope: Tenant.Read.All or Tenant.ReadWrite.All

API Admin - Dashboards GetDashboardUsersAsAdmin
Required Scope: Tenant.Read.All or Tenant.ReadWrite.All

API Admin - Datasets GetDatasetUsersAsAdmin
Required Scope: Tenant.Read.All or Tenant.ReadWrite.All

 

I do not have an Power BI Admin account in our tenant, so I am actually waiting for a service principal with the required scope.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors