Forum Discussion
ken
3 years agoFrequent Visitor
Custom Data Label Error for Korean text - No proper display
Hello, I tried Custom Label function from recent update (aka. Measure-Driven Data Label ). The functionality itself was great but it didn't work properly everytime when I put Korean text together. ...
Kishore_KVN
Solution Sage
3 years agoHello ken ,
Instead of using that units sign directly use that number in UNICHAR function so your custom label measure looks as below:
forCustomLabel = FORMAT([Export], "#,0,,") & UNICHAR(50613)
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
ken
3 years agoFrequent Visitor
Unfortunately, it still doesn't make any changes.
Plus, I think it should also support other languages than English basically.
forCustomLabel = FORMAT([Export], "#,0,,") & UNICHAR(50613)
Same as before. How about your side?
- Kishore_KVN3 years ago
Solution Sage
Hello ken , Its working for me, please check the language that you selected as preference in Power BI.
- ken3 years agoFrequent Visitor
Thanks for your quick reply.
With the Card visual, it also works for me.
Could you test with Measure-driven Custom Data Label inside a visual like Line chart or Bar chart?