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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
JD09
Advocate I
Advocate I

Power BI REST API -Not Able to access Reports from the Workspace

Hello,
I am able to successfully generate the Access Token, But not able to access the REST API. - https://api.powerbi.com/v1.0/myorg/reports.
App is registered within Azure.
Follwing are used generate the Access Token.
Client Id
Client Secret
grant Type = client_credentials

scope = https://graph.microsoft.com/.default


Please refer Screenshot.
JD09_0-1709039990247.png

Thank you!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @JD09,

It seems like you faced the 403 error, this issue will appear when you access to the wrong resource or not has enough permissions.

For this scenario, I'd like to suggest you check the account permissions if it allows you to access to correspond rest API.

In addition, I’d like to suggest you also check the request URL, the wrong URL will affect the usages.

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @JD09,

It seems like you faced the 403 error, this issue will appear when you access to the wrong resource or not has enough permissions.

For this scenario, I'd like to suggest you check the account permissions if it allows you to access to correspond rest API.

In addition, I’d like to suggest you also check the request URL, the wrong URL will affect the usages.

Regards,

Xiaoxin Sheng

lbendlin
Super User
Super User

check your token at jwt.io  - most likely your scope definition isn't good enough.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors