Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Good evening,
Can someone point me in the right direction? I'm trying to include an exclamation mark using the UNICHAR function but I'm obviously doing something wrong:
Is there a library somewhere with the correct UNICODEs? the one I'm using is rendering the wrong symbol.
Thanks,
Paul.
Proud to be a Super User!
Paul on Linkedin.
Solved! Go to Solution.
UNICHAR expects decimal codes. Your information contains hexadecimal codes.
Hex 2757 = Decimal 10071.
You can find a conversion function in the link below this video (the link starts at the point where the function is explained).
This is how the function can be used to convert "2757" from hexadecimal to decimal:
= fnNumberBaseConversion("2757", 16, null)
Thank you Marcel for the explanation and video!
EDIT: I've been looking around and found an online conversion tool if anyone is interested:
https://www.binaryhexconverter.com/hex-to-decimal-converter
Proud to be a Super User!
Paul on Linkedin.
UNICHAR expects decimal codes. Your information contains hexadecimal codes.
Hex 2757 = Decimal 10071.
You can find a conversion function in the link below this video (the link starts at the point where the function is explained).
This is how the function can be used to convert "2757" from hexadecimal to decimal:
= fnNumberBaseConversion("2757", 16, null)
Thank you Marcel for the explanation and video!
EDIT: I've been looking around and found an online conversion tool if anyone is interested:
https://www.binaryhexconverter.com/hex-to-decimal-converter
Proud to be a Super User!
Paul on Linkedin.
By the way, you may help accept the solution above. Your contribution is highly appreciated.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 33 | |
| 31 | |
| 29 |