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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Power BI REST API gives 403 forbidden (use service principal)

Hi everyone,

 

I want to get the powerbi dataset refresh history programmatically so I need to call the Power BI API using the below method,

 

 

 

GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshes

 

 

 

I follow the MS docs and this guide and created an app on Azure, and currently I can get the access token successfully but when I run the HTTP request it return 403 forbidden error,

 

The below is what I have tried but still the same error:

 

  • I grant almost all the PBI permission to this app (both delegate and application) as figure below,

微信图片_20220203192955.png

  • I already added the app (service principal) as admin in my Power BI Workspace,

 

(I also enable Allow service principals to use Power BI APIs in PBI Admin portal)

 

  • I have tried to call the REST API on Power BI Desktop query editor and Postman, always return forbidden error. Below screenshot is where I tried on Power BI Desktop, I also can get the access token but still 403 when I try to use the token to call API.

微信图片_20220203195553.png

微信图片_20220203200013.png

So how do I fix this? anything missing? It cost me so much time but still cannot use the API successful.

Any solution would be much appreciated!

1 ACCEPTED SOLUTION
4 REPLIES 4
lbendlin
Super User
Super User

"added the app (service principal) as admin in my Power BI Workspace,"

 

But you are using an API call against Premium workspaces.  Does your service principal have access to the Premium workspaces you are trying to access?

Anonymous
Not applicable

Hi @lbendlin , I granted my service principal as admin role in this premium workspace (as figure 3) so I believe it can access the content. 

Really frustrating that the "solution" is just a pointer to a totally different type of authentication and thereby does not resolve the posted problem at all. 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.