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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Gautam_Sharma
Frequent Visitor

PowerBI Report integration - Dataset ID missing for Paginated Report

 

Hi Everyone,

 

We have successfully integrated PowerBI reports into our Java Web Application, and the reports are rendered on the webpage without issues.

However, for reports of type "PaginatedReport," we encounter a problem. The DatasetID is missing in the Get Report Endpoint (https://api.powerbi.com/v1.0/myorg/groups/<Sample-ID>/reports/<Report-ID>), which prevents us from obtaining the EmbedToken and causes the entire report rendering process to fail.

 

Is there a way to generate an EmbedToken without the DatasetID? Please advise.

 

 

 

3 REPLIES 3
Gautam_Sharma
Frequent Visitor

@lbendlin  Thanks for prompt support.
We have PaginatedReport embeded inside PowerBI report so we are able to see the powerBI report but not the PaginatedReport embeded inside.

Please note we are using ServicePrinciple mechanism to embed our reports in WebApp.

Also I am adding URL which shows 403 while rendering report.

https://XXXXXX.analysis.windows.net/explore/rdlReports/<Report-ID>/session 403

{
"error": {
"code": "PaginatedReportEmbedForbidden",
"pbi.error": {
"code": "PaginatedReportEmbedForbidden",
"parameters": {},
"details": [],
"exceptionCulprit": 1
}
}
}

Can Anyone please share some pointers 

lbendlin
Super User
Super User

You may have to consider using regular reports that only consist of paginated report visuals

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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