Forum Discussion
Gautam_Sharma
2 years agoFrequent 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 t...
Gautam_Sharma
2 years agoFrequent 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
}
}
}
- Gautam_Sharma2 years agoFrequent Visitor
Can Anyone please share some pointers