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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
@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
You may have to consider using regular reports that only consist of paginated report visuals
User | Count |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |