Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
notsobad__
Frequent Visitor

Unknown error - Change Workspace Name

H, I got the Uknown error when trying to change the workspace name.

Also when trying to change the workspace name through PowerBI Rest API got it:

Response 500:

{
"error": {
"code": "UnknownError",
"pbi.error": {
"code": "UnknownError",
"parameters": {},
"details": []
}
}
}

5 REPLIES 5
v-hashadapu
Community Support
Community Support

Hi @notsobad__ , hope you are doing well. may i know if the information provided here solved your issue or if you have raised the support ticket as suggested? If your issue's solved either way, please share the insights here, so others with similar issues may find the solution easily.
Thank you.

tayloramy
Super User
Super User

Hi @notsobad__

 

Can you share the code you used to try and make the change? 

 





If you found this helpful, consider giving some Kudos.
If I answered your question or solved your problem, mark this post as the solution!

Proud to be a Super User!





v-hashadapu
Community Support
Community Support

Hi @notsobad__ , Thank you for reaching out to the Microsoft Community Forum.

 

Renaming a Power BI workspace is a supported operation both in the Service UI and via the REST API, provided you are a workspace Admin. When the rename fails in both places and returns an HTTP 500 with a generic UnknownError, that is a strong indicator of a service-side failure, not a permissions issue or a problem with how the request is made. A generic 500 error means the request passed authentication and basic validation but failed during internal processing in the Power BI backend. If this were due to permissions, naming rules, refresh locks or unsupported scenarios, Power BI would return a specific and descriptive error instead of UnknownError.

 

Because the same error occurs through the REST API, browser state and client-side factors are effectively ruled out. At that point, the issue is typically caused by a transient service issue, a backend bug related to the workspace’s internal state, or a tenant/capacity-specific problem. If the issue persists after waiting and retrying, the correct next step is to raise a Microsoft Support ticket and provide the workspace ID and timestamp. This is one of those cases where the problem cannot be reliably fixed from the user side.

 

Below is the link to help create Microsoft Support ticket:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn

MattiaFratello
Super User
Super User

Hi @notsobad__ ,  

could you please try the following and check if the issue is resolved?

Unpublish any apps in the workspace, rename, then republish.

Check for pending dataset refreshes/schedules; pause and retry.
Clear browser cache, sign out/in, or try incognito/private mode.


If this has helped feel free to mark it as a solution and to give kudos 👍

 

The same error happens using rest api, so changing webbrowser does not change anything. The app was unpublished,republished, few times. There are no pending refreshes.

Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Kudoed Authors