Forum Discussion
Anonymous
7 years agoNot applicable
How can I resolve garbled characters in Custom Visuals?
I made custom visuals with R script. But I can not display japanese. japanese language was garbled. I realize that the characters were convert from Latin-1 to UTF-8. How can I resolve it? ・Inp...
v-viig
Community Champion
7 years agoWe suggest to email [email protected]
This email is supported by R expert.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous7 years agoNot applicable
I tried to email.
But No reply.
Please help me.
- v-viig7 years ago
Community Champion
Our R-script developer is on vacation. He will reply soon.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- v-viig7 years ago
Community Champion
We investigated this issue. It seems you just need to add powerbi_rEnableShowTextForCJKLanguages = 1 at the beginning of your R-script.
To find out more please visit documentation: https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals#known-limitations
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals