This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hello Community,
i hope someone can help with an encoding issue. I have to post a record which contains special characters "°". If i'll post the Json.FromValue record to an enpoint i'll get the utf8 equivalent and not the special character ({"unit":"\u00b0 C"}). Same with the following statement:
Text.FromBinary(Json.FromValue([unit="° C"])) -> {"unit":"\u00b0 C"} BUT it should be {"unit":"° C"}
Any ideas? Both functions Text.FromBinary and Json.FromValue have utf8 as default.
Solved! Go to Solution.
Hi @kat_ma_88
As tesed, it seems Power query can't recognize the "°C" in that format.
You could try this workaround.
Hi @kat_ma_88
As tesed, it seems Power query can't recognize the "°C" in that format.
You could try this workaround.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.