March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am trying to access a power bi rest api
Solved! Go to Solution.
HI @Anonymous,
According to the error message, it seems like permission-related issues.
I'd like to suggest you check the following rest API documents to confirm if you have correctly assigned the permission of these API usages to your account:
Reports - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Regards,
Xiaoxin Sheng
This error indicates that the server has determined that you are not allowed access to the thing you've requested, either on purpose or due to a misconfiguration . It's probably because the site owner has limited access to it and you don't have permission to view it. The vast majority of the time, there's not much you can do to fix things on your (*client) end. There are four common causes for 403 Forbidden error (server side) . Here they are listed from most likely to least likely:
If authentication credentials were provided in the request, the server considers them insufficient to grant access. The client SHOULD NOT automatically repeat the request with the same credentials. The client MAY repeat the request with new or different credentials. However, a request might be forbidden for reasons unrelated to the credentials.
HI @Anonymous,
According to the error message, it seems like permission-related issues.
I'd like to suggest you check the following rest API documents to confirm if you have correctly assigned the permission of these API usages to your account:
Reports - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Regards,
Xiaoxin Sheng
Hello Xiaoxin Sheng,
The same 403 error shows for me when I try to access a power bi rest API
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!