Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
i have one column named name_insured which is text type data.In database value of that field is like Water- Edge Townhomes.
but when i load data from database to power bi that value is changed to Water’s Edge Townhomes. some special character is showing instead of hypen(-).i need hypen itself in my report ..how can i get that?plse help....
Hi @nisha_deepak ,
Could not reproduce it in my environment. Which database you are using and what is the specific data type of this column in the database? Could you please consider sharing more details about this issue for further discussion?
Best Regards,
Community Support Team _ Yingjie Li
It is encoding issue.
When you load the data make sure you use UTF-8
https://community.powerbi.com/t5/Desktop/Making-result-come-in-UTF-8/td-p/873316
yes...already i am using.
SET client_encoding TO 'UTF8';
Have you tried the following function in Power Query
TextEncoding.Utf8
let
texto = "abcde",
texto_binario = Text.ToBinary(
texto,
TextEncoding.Utf8
)
in
Binary.ToList(
texto_binario
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
62 | |
58 | |
55 | |
36 | |
33 |
User | Count |
---|---|
81 | |
67 | |
45 | |
45 | |
43 |