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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am receiving the following error while making an API call to a Paginated Report using a Service Principal profile.
The paginated report is published in a Premium Per User Workspace.
Hi @Mukesh_Patel,
The “PowerBIEntityNotFound” error typically indicates that the entity (in this case, the Paginated Report) could not be found. Could you please check the following info?
1. Make sure that the report ID and workspace ID are correct
How can I embed a Power BI report that contains a paginated report visual?
To embed a Power BI report that contains a paginated report visual with the embed for your customers method, use a service principal and embed the report with a multi-resource embed token, that contains the following:
- Power BI report ID
- Paginated report ID (of the report the visual is connected to)
- Dataset ID (of the Power BI report)
The service principal must have access to both reports (paginated and Power BI).
Solved: Re: Power BI Embed - issue with Paginated report v... - Microsoft Fabric Community
2. Get the correct embed token: If you have a paginated report with a Power BI dataset as a data source you should use V2 embed token (AKA multiresource embed token), which are generated using the Power BI REST APIs.
Solved: Embedding paginated reports error: Unable to rende... - Microsoft Fabric Community
This error usually means that the embed token wasn't generated correctly.
If you have a paginated report with a Power BI dataset as a data source you should use V2 embed token (AKA multiresource embed token), which are generated using this API Embed Token - Generate Token - REST API (Power BI Power BI REST APIs) | Microsoft Learn. The request should include the dataset ID and like this example Embed Token - Generate Token - REST API (Power BI Power BI REST APIs) | Microsoft Learn
3. Make sure that the service principal profile is set up correctly
Best Regards
Hello Rena,
Thank you for the reply. I'm sharing more details about the process we are using
We are calling the POWER BI Paginated REST API (POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo) from the azure func...
We have carried out the following steps:
1. Now we are generating the token as below
2. This is the way we are trying to call the API and getting "PowerBIEntityNotFound" error.
The paginated report is published in a Premium Per User Workspace.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |