This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.