Forum Discussion
PowerBi Embedded can not get newest Group (workspace) created.
Hello,
We are using powerbi embedded in our software application, and seems like I noticed a bug.
So for example if I create new workspace in powerbiservice with an admin account which I use for getting tokens in my application, it straight away is visible in app.
If I create workspace (group) in powerbiservice with another pro account it doesn't appear in app over rest api with this: https://api.powerbi.com/v1.0/myorg/groups request. I can see all workspaces, but not the last one.
So after other Pro User creates workspace I need to login to powerbi.com with an actual user which I use in application and refresh it and then it appears.
Do you know why it is so and if there is something to fix?
Thanks a lot.
Hi Zuv,
Yes, this is a known issue. The Product Team are working on the fix. There is a workaround. Call this API first with an App workspace the user can access: https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users. and then call the https://api.powerbi.com/v1.0/myorg/groups. If you think this helps, please mark it as a solution.
Best Regards,
Dale
5 Replies
- v-jiascu-msftMicrosoft Employee
- ZuvFrequent Visitor
- v-jiascu-msftMicrosoft Employee
Hi Zuv,
Yes, this is a known issue. The Product Team are working on the fix. There is a workaround. Call this API first with an App workspace the user can access: https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users. and then call the https://api.powerbi.com/v1.0/myorg/groups. If you think this helps, please mark it as a solution.
Best Regards,
Dale