Forum Discussion
Embedded Reports getting rendered despite embedded capacity being paused.
- Anonymous1 year ago
Hi Everyone,
I was able to fix this issue and reports are getting rendered based on capacity status. it was an issue with reports present in the workspace and embedded into portal before assigning the workspace with premium capacity. All the new reports published are getting rendered correctly based on capacity status.
hi Anonymous
When using Power BI Embedded with an A SKU capacity, pausing the capacity should prevent report rendering in embedded applications like Power Pages.
Paused capacities with assigned workspaces may still allow access through cached credentials or fallback mechanisms
Unassign workspaces before pausing.
Use powershell:
Set-PowerBIWorkspace -Id "WorkspaceID" -CapacityId $null
Your current authentication snippet lacks capacity-state checks.try do insert a logic for capacity_status .
Thanks
Thanks
What might be the potencial reason for the reports still getting rendered issue, I tried loading reports in new browser instances they are still getting rendered despite capacity being paused.