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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Refresh fails against SQL Server

The Refresh has worked flawlessly until one week ago when the problem appeared. This is a big report with several tables from different data sources. The problematic table is from a SQL Server database. The error message i recieve is:

Failure details:
We're sorry, an error occurred during evaluation.;Unable to load language information for LocaleId 1044. Try explicitly setting the WordBreakerClassId property. Unable to load language information for LocaleId 1044. Try explicitly setting the WordBreakerClassId property. Unable to load language information for LocaleId 1044. Try explicitly setting the WordBreakerClassId property.. The exception was raised by the IDataReader interface. Table: Synergi.

 

Have tried to create a new report with only the SQL connection with the same SQL connection string and it refreshes without any problems.

I tried using;  SELECT '1044' AS "LCID" FROM .... rest of code;

That didn't work either. Any ideas?

3 REPLIES 3
Anonymous
Not applicable

Hello @Anonymous ,

 

I had the same problem and found a solution more or less by accident. The problem for me was, that my columns that are formatted as text were probably recognized as German (localeID 1031 is German/Germany).

 

Here is what I did:

Anmerkung 2020-06-18 085815.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I clicked on the format of the column and choose "Using locale..."

 

Anmerkung 2020-06-18 085815-1.png

 

 

 

 

 

 

And chose Locale "English (United States)"

 

You might want to do this for every text column. Depending on the number of text columns this can add a lot of applied steps, so either just repeat the steps above or do it once and edit the code. The code will initially look like this:

 

Table.TransformColumnTypes(#"[previous Step]", {{"[name of column changed]", type text}}, "en-US")

 

You can insert the additional colums by adding  a comma and {"[name of additional column]", type text} between the two closing curly brackets.

 

I hope that helped.

Anonymous
Not applicable

Hi,

 

Did you find a solution to this issue? I have the same, it is refreshing in the desktop version no problem but when I refresh online I get the same error

v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

If you could download the pbix file and try to refresh it in power bi desktop to check if could works well.

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors