Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
HI,
I have created a R Visual to call API which has input passed as thai characters and json output gets thai characters as output. after retrieving output in r visual thai characters are displayed as blank. i tried changing regional settings to thai but it doenst works. Please suggest some solution.
THanks
Vivek
Hi @Anonymous ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
I used showtext(auto) with powerbi_rEnableShowTextForCJKLanguages = 1and it is displayed as square symbols but not displaying thai characters still.
Thanks
Vivek
Hi @Anonymous ,
You may change data type of each field that contains the Thai character from text to "Using locale".
Reference:
https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals .
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.