March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello, i am currently struglling with the following situation.
Within the team, we created a lakehouse solution consisting of tables, shortcuts to folders with parquet files, views, notebooks ,sql queries and Power BI Reports based on the lakehouse.
The owner of the lakehouse is a colleague whose account was disabled and we are not able to run the sql queries or the reports anymore, the shortcuts connections are not working as well.
We tried to find a way to change the ownership of the lakehouse but without luck. Anyone has any idea on how to fix the lakehouse without recreating it again from scratch?
Thanks in advance for your answers!
@v-nikhilan-msft I'm having the same issue as well. Will there be a solution to this issue? It seems to be a common action needed for all accounts to be able to change the ownership if a user's account is disabled.
Hi @CMcDonald
Please create a support ticket. https://support.fabric.microsoft.com/en-US/support/
The support team can help you better in addressing this issue.
Thanks.
Hello, I am trying to put in a ticket. However, I am having a issue where it is perpetually loading. (15min)
Same issue here
collegue was the power Bi guy and shared a lot of Power Bi dashboard in our organisation
Collegue left the company, user account disabled in AAD
end of story, we cannot refresh our dashboard
how do we migrate the ownership from the left collegue to me ( the new Power BI GURU 😉 )
Hi @Anonymous
Thanks for using Fabric Community.
Why did the Fabric account get disabled? Before the account got disabled did you get a chance to give the Lakehouse permission to any other user? If yes then you can access the SQL endpoint and also the shortcuts from the other account.
You can refer to these links:
Lakehouse sharing and permission management - Microsoft Fabric | Microsoft Learn
Workspace roles and permissions in lakehouse - Microsoft Fabric | Microsoft Learn
If you have not given permissions for other user and the account with the Lakehouse is now disabled, then we cannot access it anymore.
Hope this helps. Please let me know if you have any further queries.
Hello, the account get disabled because the person left the project.
I have already admin rights on the lakehouse but still i cannot run the queries, open the shortcuts or open the reports based on the lakehouse.
Thank you
Hi @CMcDonald , @Anonymous , @rcalebeek
Apologies for the issue you have been facing. Currently there is no solution for this issue. The possible workaround is to have someone else take ownership of the workspace prior the account gets disabled.
Eventhough the access is given to another person and still you are not able to access the artifacts then, I would suggest you to please go ahead with Microsoft support on this.
https://support.fabric.microsoft.com/en-US/support/
Thanks.
You need to get support from Microsoft to change the ownership of the lakehouse. Once it is changed, you have to run below power shell scirpt to change the SQL endpoint owner to Lakehouse owner.
# Install the Power BI PowerShell module if not already installed
Install-Module -Name MicrosoftPowerBIMgmt
# Import the Power BI PowerShell module
Import-ModuleMicrosoftPowerBIMgmt
# Connect to the Power BI service using the new owner credentials and take over the SQL Endpoint
$workspaceid = "xxx"
$sqlendpoint = "xxx"
Connect-PowerBIServiceAccount
$url = 'groups/' + $workspaceid + '/lhdatamarts/' + $sqlendpoint + '/takeover'
write-host $url
Invoke-PowerBIRestMethod -Url $url -Method Post -Body ""-Verbose
I have the same problem. I'm the Lakehouse admin, but I can't access the data because the owner was removed from Active Directory. I tried to assign the role from SSMS using an SQL connection string, but it didn't work either
ooouch. this is still not re-designed ? really awfull concept.
but, wait when you will want to automate something and overwirte this items via CI/CD 😄 😄 thats also " very funny 🙂 "
OK, @v-nikhilan-msft I have all AAD accounts active and available.
How to transfer an ownership from one to another ? Thanks 🙂
thank you for the response, i am already admin on the workspace where the lakehouse was created, i don't get why i cannot use the lakehouse anymore if i have all the rights, Adela
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
5 | |
4 | |
4 |