Forum Discussion
nateharwood93
5 years agoFrequent Visitor
Failed to open the MSOLAP connection. - PowerBI Embedded
Hi, for background we are using RLS in powerbi embedded environment. It was working well, but now we've started to see 'Cannot Load Model' along with the below error details: Underlying Error: Po...
- 5 years ago
Hi, the issue was related to RLS. There was a rogue space in the code, specifically where we defined the Role. Hopefully this is helpful to someone in the future.
ibarrau
Super User
5 years agoHi. I don't know much about Embeding but I have software backgroud and I can tell you that 503 is "forbiden error". Check if the account or service principal used for embedding has the correct permission to handle the embedding. If this is a new development consider that the embed token can expire and it won't let you get in again, you need to retrive a renew or refresh token.
Hope that helps for something.
TimAndersonLB
2 years agoFrequent Visitor
actually, 503 is gateway error - 403 is forbidden.