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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
aaldo_666
Helper I
Helper I

Run Get-PowerBIActivityEvent with Service Principal

Hi, 

I registered app in AAD and enabled Service Principal option in Power BI Admin portal.

So far I can run this cmd let:

 

$AppId = "AppId"
$TenantId = "TenantId"
$ClientSecret = "ClientSecret"

#Create secure string & credential for application id and client secret
$PbiSecurePassword = ConvertTo-SecureString $ClientSecret -Force -AsPlainText
$PbiCredential = New-Object Management.Automation.PSCredential($AppId, $PbiSecurePassword)

#Connect to the Power BI service
Connect-PowerBIServiceAccount -ServicePrincipal -TenantId $TenantId -Credential $PbiCredential

Get-PowerBIWorkspace -first 5
Get-PowerBIReport -WorkspaceId 666
Get-PowerBIDataset -WorkspaceId 666

 

AAD app permissions:

aaldo_666_0-1664207011782.png

 

But Im not able to run any of MicrosoftPowerBIMgmt.Admin cmd lets. Im expecially interested in Get-PowerBIActivityEvent.

I can run Get-PowerBIActivityEvent with my credentials, but for automation I wanted to use service principal.

Any idea what permissions is service principal missing?

 

My goal it to run automatically from win scheduler:

Get-PowerBIActivityEvent -StartDateTime $start_day -EndDateTime $end_day

Thanks.

 

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

Hi @aaldo_666 ,

 

vchenwuzmsft_0-1664261668413.png

Maybe you can refer this guide:

Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

Best Regards

Community Support Team _ chenwu zhu

 

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-chenwuz-msft
Community Support
Community Support

Hi @aaldo_666 ,

 

vchenwuzmsft_0-1664261668413.png

Maybe you can refer this guide:

Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

Best Regards

Community Support Team _ chenwu zhu

 

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

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.