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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
ELIU
Helper I
Helper I

PowerShell cmdlets to run user activity for a PowerBI Servce report

Hi,

 

I was trying to use PowerShell cmdlets to run certain workspace, user activities, etc. metrics. However, I got 'unauthorized' or 'internalServerError' errors. My service account is listed as Power BI Admin account.

 

Does this related to Service Principal Account authorization? If my account is not the service principal account, what do I do to get it? 

Is there any other solutions without having to have a service principal account?

 

Thanks

2 REPLIES 2
AnalyticPulse
Super User
Super User

Hi @ELIU 

you can create service principlal account bye below steps:

On azure portal open azure Active Directory.

Manage>app registration/enterprise application >new registration 

Then cinfigure  the application and register it.

Once the application is registered, you can create a service principal associated with it.

After creating the service principal, assign the necessary permissions to it. This could include permissions to access Azure resources, such as Power BI workspaces or data.


Learn Power BI free:

https://analyticpulse.blogspot.com

Learn Power BI free

DAX Functions

Powerbi Visualisation

 

Thank you @AnalyticPulse But I guess I have tried to ask the question: why exactly did I get the InternalServerError when trying to run the Powershell script?

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors