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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ROG
Resolver III
Resolver III

Usage report across entire tenant - REST API

Hello,

 

I'm thinking of using powershell to create the users activity reports via REST API. Does that mean I have to be the admin in power shell?

 

I'm admin in PBI, but not in powershell.

 

Thanks.

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

Hi @ROG ,

 

REST APIs with PowerShell provides great flexibility in the automation. You don’t need to bother about app registration and access token generation, considering it is a bit hard and a big process. Power BI provides PowerShell cmdlets to directly call Power BI REST APIs. You have options to select activities by activity type or user ID. You must specify a start date and end date. Check out Get-PowerBIActivityEvent cmdlet for sample code and other information.

Note: You must either be a global admin or a Power BI service admin to access the Power BI activity log.

 

Best Regards,

Jianbo Li

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

1 REPLY 1
v-jianboli-msft
Community Support
Community Support

Hi @ROG ,

 

REST APIs with PowerShell provides great flexibility in the automation. You don’t need to bother about app registration and access token generation, considering it is a bit hard and a big process. Power BI provides PowerShell cmdlets to directly call Power BI REST APIs. You have options to select activities by activity type or user ID. You must specify a start date and end date. Check out Get-PowerBIActivityEvent cmdlet for sample code and other information.

Note: You must either be a global admin or a Power BI service admin to access the Power BI activity log.

 

Best Regards,

Jianbo Li

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors