This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
i'm using PowerBi embedded solution with service principal and when the report is loaded visual fails to load:
Couldn't retrieve the data for this visual. Please try again later.
Please try again later or contact support. If you contact support, please provide these details.
In the network in console for query data there is an error: RLSNotAuthorizedForImpersonation
Does anyone have any thoughts how to find an issue and fix this and what is this error in detail?
Hi @Anonymous
This looks like a possible embedded-token generation issue.
If your report is using Row Level Security - you will need to make sure you generate a token with the required identity.
Power BI REST API - Generate Token
Check that you have included an 'Effective Identity' that matches the report RLS roles, like this..
"identities": [
{
"username": "user@my-app.com",
"roles": [
"report-rls-role-name"
],
"datasets": [
"my-dataset-id-xxxxx-xxxxx-xxxxx"
]
}
]
If your report doesn't contain any RLS entries - then you will need to make sure that any token generated doesn't contain an identity, as you shouldn't supply one to a report that doesn't require it.
Let me know if any of this helps.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |