Forum Discussion
Ralfk
7 years agoNew Member
Problem with Codepage / Special character viuialisation
Hello everybody maybe you can help me with my actual Power BI problem, which causes me a lot of troubles during my first walking attempts with PB: My datasource is a DB2-database (encoding IS...
Ralfk
7 years agoNew Member
Hi Imke,
thanks for your reply!
I must adsmit that I have no idea how to implement your advice.....
Is this a function I have to add in the query definition??
query definition
Regards Ralf
ImkeF
Community Champion
7 years agoYou have to tweak the code where you import from the DB2-database.
Currently it should look like so:
DB2.Database(<YourServername>, <YourDatabasename>)
try adding a "1" in a record at the end:
DB2.Database(<YourServername>, <YourDatabasename>, [BinaryCodePage= 1])