The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
4 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
4 | |
4 | |
4 | |
3 | |
2 |