Forum Discussion
How to get around with partial multibyte character issue?
k3rz0rg,
I have no issues connecting to Oracle and writing SQL query in Power BI Desktop. Have you tried to execute the SQL query in SQL developer and check if it is successful?
Regards,
Lydia
- k3rz0rg8 years ago
Advocate III
Anonymous
Well, connecting to oracle is good; it's the point of entry where the user inserted the data in different characterset. We have users all around the world and problem occurs mostly from the euro side when they use special characters for names or addresses in their own utf or ascii sets.
I've been looking for a way to convert that while fetching the data with query.
-K3
- Anonymous8 years agoNot applicable
k3rz0rg,
How about you use the function described in the following blog to convert the row?
http://www.dba-oracle.com/t_ora_29275_partial_multibyte_character.htm
Regards,
Lydia- Anonymous1 year agoNot applicable
This link is not working
- Anonymous1 year agoNot applicable
Hi ,
Even I am facing same issue when I upload to report to PBI services and yes I am using SQL Query did transformation on that particular column but nothing is working for now.
Any suggestion appreciated