Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I have a service principle (via a registered app) that I can successfull call powerbi rest api calls with (For example, calls located here: https://learn.microsoft.com/en-us/rest/api/power-bi/admin). However, I am unable to make fabric api calls (such as calls located here: https://learn.microsoft.com/en-us/rest/api/fabric/admin/items/list-items?tabs=HTTP).
I have tried different scopes, such as ["https://api.fabric.microsoft.com/.default"].
I have also explored API permissions for my registered app but I do not see anything for fabric api (just powerbi).
I have also ensured that fabric api is enabled for the tenant under PowerBI admin.
Can someone help explain how to enable access to the fabric api?
Hi @ceindev ,
To use the Microsoft Fabric REST APIs with a user, you need to acquire an Microsoft Entra token with delegated scopes.
The scopes required by the API are listed in the Required Delegated Scopes section in the API reference page.
Scopes - Microsoft Fabric REST APIs | Microsoft Learn
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Can this be done using a service principal? The above scopes are not available in Azure under App Registrations.
In this link:
https://learn.microsoft.com/en-us/rest/api/fabric/articles/get-started/fabric-api-quickstart
The example code microsoft gives uses "PublicClientApplication.AcquireTokenInteractive". I need to be able to access fabric apis in a similar way that I access the rest of the powerbi rest apis. That is, within a batch service without user intervention. Is this possible?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
57 | |
28 | |
25 | |
22 | |
21 |
User | Count |
---|---|
58 | |
45 | |
24 | |
24 | |
18 |