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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
mdelasheras
Helper I
Helper I

Encoding SQL Server

Hi!


I have some specials characters being displayed incorrectly when reading from SQL server. This may happen because of the Encoding so I would like to change it. Can i add a parameter in my connection query?

I tried like this but just getting some errors:

 

let
Origen = Sql.Database("serverIP", "database",Encoding="1252"),
 Origen{[Schema="schema",Item="item", Charset="1252"]}[Data],

Thanks in advance!

6 REPLIES 6
v-xjiin-msft
Solution Sage
Solution Sage

Hi @mdelasheras,

 

As I know, you can't. 

 

There's no Encoding option in Sql.Database() function in Power Query. Please refer: https://msdn.microsoft.com/en-us/query-bi/m/sql-database?f=255&MSPPError=-2147217396

 

Thanks,
Xi Jin.

What should I do to correct the character encoding? There is no way to display the right codification?

It's a bit annoying to show some tables with strange symbols

I don't really want to replace all values from all the tables I'm going to use...

There may be a better option to solve it, maybe I can fix it by getting my tables with SQL querys and forcing the collation ?

 

Thanks

Hi @mdelasheras,

 

Yes. For this part, SQL querys will be a better choice than handling it in Power BI.

 

Thanks,
Xi Jin.

Hi!


I have some specials characters being displayed incorrectly when reading from SQL server. This may happen because of the Encoding so I would like to change it. Can i add a parameter in my connection query?

I tried like this but just getting some errors:

 

let
Origen = Sql.Database("serverIP", "database",Encoding="1252"),
 Origen{[Schema="schema",Item="item", Charset="1252"]}[Data],

Thanks in advance!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Solution Authors