Forum Discussion
Microsoft Entra ID Error
- 9 months agoSOLUTION: Go to Microsoft Fabric > One Lake Catalog > Select Workspace > Select Type as Lakehouse and Warehouse> Search Staging > Now Open the files for which you are not the owner then in the URL https://app.powerbi.com/groups/eWORKSPACE ID/lakehouses/LAKEHOUSE or WAREHOUSE ID?experience=power-bi. Now Open Power Shell as Administrator and run this: Install-Module -Name MicrosoftPowerBIMgmt Import-Module MicrosoftPowerBIMgmt Import-Module MicrosoftPowerBIMgmt Install-Module -Name MicrosoftPowerBIMgmt Connect-PowerBIServiceAccount $workspaceID = '' $warehouseid = '' #Invoke warehouse takeover $url = 'groups/' + $workspaceID + '/datawarehouses/' + $warehouseid + '/takeover' Invoke-PowerBIRestMethod -Url $url -Method Post -Body "" (After this double Click) Now you have became the owner of that lakehouse or warehouse. Do this for all the other staging files for which you are not the owner. IF still it not works, then raise a microsof ticket and connect with customer support agent., Thanks!
Hello amt1907,
Thank you for posting your query in Microsoft Fabric Community Forum.
This error usually comes up when the Microsoft Entra ID token is not valid anymore or still linked to the old owner. Even if you have already taken over the Lakehouse and workflows, the token might not have refreshed properly.
Please try these steps once: Sign out from Fabric and sign in again to refresh your token.Open the Lakehouse directly and check if it’s loading fine then try publishing the data again.
If the problem still continues, please share if there were any recent changes like ownership transfer or permission updates in the workspace.
please go through with the below document hope it may resolve your Issue
https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-api
Hope this helps if you have any queries we are happy to assist you further.
Best Regards,
Community Support Team.