Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to embed a Power BI Report to a Web App. I am using the Sample Web App provided in the Github and the sample report. I am following the steps mentioned in the link https://docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-your-organization#embed-your-co...
However, I am still getting an error on running the application when I try accessing with an account where the report is in the shared with me section.
Workspace with id: 'me' not found. Please validate the provided workspace ID.
To do that I am using this Workspace ID: (me)
https://app.powerbi.com/groups/me/reports/737479d4-8f2b-45a7-ab78-ef090fc8cdbd/ReportSection
If I access with the account where is the original workspace there is no problem but if the report has been shared with other account I can't access to the report with that account and it displays the error.
This is the Workspace ID that works with the original account where the report is: (ba1f7b15-efdc-41c6-9b5e-a73be97461ef)
https://app.powerbi.com/groups/ba1f7b15-efdc-41c6-9b5e-a73be97461ef/reports/737479d4-8f2b-45a7-ab78-ef090fc8cdbd/ReportSection
A temporary solution I found was add as a member the account which has the report shared into the workspace and it works, but if the person log in into the power bi account the person can see all the reports in that workspace.