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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
po
Post Prodigy
Post Prodigy

undefined

Hi,

 

Have some powershell code to get inventory of workspaces and reports.

 

However, looking to see if could get last accessed, viewed and created added to this.

 

Looking to view acros sthe tenant.

 

Anyone have powershell code which gives an inventory of workspaces, reports and when report last accessed, viwed, created?

 

Thanks

4 REPLIES 4
nickyvv
Most Valuable Professional
Most Valuable Professional

Hi @po,

 

for the types of properties you mention you'll need to query the Power BI Activity Log. You can also use PowerShell to get information from there.

 

Please do be aware of the Activity log requirements:

  • You must either be a global admin or a Power BI service admin.
  • You have installed the Power BI Management cmdlets locally or use the Power BI Management cmdlets in Azure Cloud Shell.

For example, you can use the following activities:

  • CreateReport 
  • DeleteReport
  • EditReport
  • ExportReport
  • DownloadReport
  • PrintReport
  • ShareReport
  • ViewReport


Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


Thanks for link - do you/anyone have example of powershell which looks to see who has viwed which report?

 

Guess many people have alreday written such powershell commmands - new to powershell.

 

Also just looks like has activity logs for last 30 days?

nickyvv
Most Valuable Professional
Most Valuable Professional

Correct, the Activity logs are (for now) only for 30 days, it might be expanded to 90 days later when it goes out of preview.
Instead, you could also query the O365 Audit log directly, but for that you need to be a Global Admin I think. The Activity log only requires the Power BI Admin role.
If you look at the link of the Activity Log in my previous post, there are also examples in the docs:
https://docs.microsoft.com/en-us/power-bi/admin/service-admin-auditing#operations-available-in-the-a...


Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


Thanks for update.

 

Have read some artciles about just getting one day worth of actvivit ydata.

 

Do you know of any plans to make a user interface available to view activity across the entire tenant in similar way that we can view activity across a workspace with built in usgae metrics report?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.