Forum Discussion
Anonymous
6 years agoNot applicable
Power BI Custom Visual in R problem with international characters
Hi I am developing a Power BI Custom Visual R html. Everything works fine except when writing international characters like the norwegian letters æ ø å it looks terrible. It actually comes out in...
lbendlin
6 years agoSuper User
I think you want to look at your source data. The encoding may already be broken at the source.
Anonymous
6 years agoNot applicable
Here you can see my code run in RStudio. The data is dumped from the Power BI desktop. Here you can see the legends and the x axis title are showing the characters correctly. It can be that when the custom component run the code and receiving the data. It can be different. But I don't know if it is possible to debug the R code in Visual Code when hitting the refresh button in my power bi report. I don't know how to discover this except make my code write to a file