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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
lbendlin
Super User
Super User

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

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors