Forum Discussion
Power BI Embedded - Paginated Report Visual
- 1 year ago
Hi benbellavaap,
Since you are encountering this issue repeatedly, please raise a support ticket so that one of our engineers can assist you.
Below is the link to raise the support ticket.
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Thank you.
Here is the GenerateToken call script and latest paginated report visual error message i'm encountering...
curl --location 'https://api.powerbi.com/v1.0/myorg/GenerateToken' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{value}}' \
--data '{
"datasets": [
{
"id": "{{dateset_id}}",
"XmlaPermissions": "ReadOnly"
}
],
"reports": [
{
"allowEdit": false,
"id": "{{report_id}}"
},
{
"id": "{{paginated_report_id}}"
}
]
}'
Unable to render paginated report
Connection open intermittent error while reading in Analysis Services, needs retry.
Timestamp: 2025-03-06T03:55:57.041Z
Root activity ID: 9b596914-7877-4457-9328-a1f1242c7e63
Session ID: 00001ce0028841a59070fa897c99e73e
Tenant ID: undefined
Cluster: https://WABI-US-CENTRAL-B-PRIMARY-redirect.analysis.windows.net
Report ID: 2a5170e4-0400-42f3-b655-19b07731e9b1
Capacity ID: undefined
ReportViewerVersion: undefined
Hi benbellavaap,
Could you please confirm if the issue has been resolved after raising a support case? If a solution has been found, it would be greatly appreciated if you could share your insights with the community. This would be helpful for other members who may encounter similar issues.
Thank you for your understanding and assistance.
- benbellavaap1 year agoFrequent Visitor
Yes, I'll be happy to share the outcome of the MSFT support ticket, once a solution is identified.