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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
meiwah
Resolver I
Resolver I

Power BI Logs

Hi,

 

Does Power BI log events like granting of permission to a user? For example, the who is granted read access to a certain report at a certain time. Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @meiwah 

 

Thanks for the reply from @ibarrau , please allow me to provide another insight:

To access this information, you can use the cmdlet from the Power BI Management module in PowerShell. This cmdlet allows you to retrieve a user's activities, including permissions changes, over a specified period.

Please try this command:

 

Get-PowerBIActivityEvent
   -StartDateTime <String>
   -EndDateTime <String>
   [-ActivityType <String>]
   [-User <String>]
   [-ResultType <OutputType>]
   [<CommonParameters>]

 

Here is the link for your reference:

Get-PowerBIActivityEvent (MicrosoftPowerBIMgmt.Admin) | Microsoft Learn

 

Best Regards

Zhengdong Xu
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
Anonymous
Not applicable

Hi @meiwah 

 

Thanks for the reply from @ibarrau , please allow me to provide another insight:

To access this information, you can use the cmdlet from the Power BI Management module in PowerShell. This cmdlet allows you to retrieve a user's activities, including permissions changes, over a specified period.

Please try this command:

 

Get-PowerBIActivityEvent
   -StartDateTime <String>
   -EndDateTime <String>
   [-ActivityType <String>]
   [-User <String>]
   [-ResultType <OutputType>]
   [<CommonParameters>]

 

Here is the link for your reference:

Get-PowerBIActivityEvent (MicrosoftPowerBIMgmt.Admin) | Microsoft Learn

 

Best Regards

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

ibarrau
Super User
Super User

Hi. I'm not sure I get the scenario of the log you are looking for. It might be related with artifact access. Here you can find the whole operation list that the Power Bi activity logs track:

https://learn.microsoft.com/en-us/fabric/admin/operation-list

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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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