Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Good afternoon
I hope you are very well, I come to you to find out if anyone else has had an error similar to the following
This error occurs when I want to make some modification, at first I was trying to add columns to a table that is built using an Oracle SQL query.
It also won't let me add tables.
The strangest thing is that previously it could be modified without difficulty.
Any help will be appreciated
Solved! Go to Solution.
A 500 status code, indicates an internal server error. In these instances, you could wait a few seconds and retry, potentially a few times before you give up.
Use this as a lead: Wait-Retry Pattern, and in particular the section on ManualStatusHandling.
Hi folks, Hi @jcamilo1985
I just delivered a big book to my (french) publisher last week on Datamart and collected at the last chapter all error messages and solutions. So this may help you.
This error is well known. It means that the region or "locale" is not appropriate in one of your query; considering the same Datasource connexion already exist with a differente "locale" setting.
In my case the cause came from a query that had been copied from another and the bad line was a "changed type" step in Power Query OnLine.
Please check into the M queries of all tables and look for locale such as Nl for Netherland or Fr for French or any locale and delete this item with the appropriate syntax. I did that with success.
Courage.
Please ask to join The Datamart Linkedin Group
A 500 status code, indicates an internal server error. In these instances, you could wait a few seconds and retry, potentially a few times before you give up.
Use this as a lead: Wait-Retry Pattern, and in particular the section on ManualStatusHandling.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.