Forum Discussion
Power BI Custom Visual in R problem with international characters
Here you can see my Power BI Custom Visual in R (plotly and ggplot2). The text you see under Values on the right should be seen in the legends part of the R html visual. It is ok in RStudio but when it is shown in Power BI Desktop, it has some terrible characters for the Norwegian special characters Ø Æ Å.
I have tried to search the net for solutions. I have tried to put the character as unicode like \u00D8, but with no luck. I have tried put these lines in my code
##########################
One thing I have discovered is that I ran into the same problem with other Custom R Visuals from Microsoft App Source. There must be something wrong in Power BI Desktop that corrupts these characters. I can't use Power Query since all come from the component. The customer is complaining of course 😞
Is there any one out there that can explain to me what is wrong here
regards Geir