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.
hi Community,
I need to show the x-ray icon (with unicode 129659) in Power BI. However it doesn't work.
Do you know why and how to get it solved?
Hi @FreemanZ,
Please check or update to the latest version of the desktop as it worked in system.
Thank you.
Hi @FreemanZ
The official documentation for the UNICHAR function does not explicitly explain why certain Unicode values result in errors or blanks. This is according to AI:
Power BI’s UNICHAR()
(DAX) only supports Unicode code points within the Basic Multilingual Plane (BMP)—that is, values from 1 to 65,535 (U+0000–U+FFFF). Characters outside this range, like U+1F9EB (129659), are not supported and will simply return blank or nothing 🚫. This BMP-only limitation is due to the underlying text engine used by Power BI, which doesn’t handle the higher “supplementary planes.”
Hi @FreemanZ
I ran some tests on my machine, and I experienced the same behavior — these Unicode characters didn’t work at first when used in a table column, but they did display correctly right away when used in a measure.
From what I’ve observed, it seems that the rendering engine in Power BI doesn’t automatically apply the right font for higher Unicode codes in Table View or the Data View — likely because those views aren’t optimized for rich visual rendering.
However, once you create a measure using the same UNICHAR code and display it in a visual (like a Card or Table), Power BI seems to “learn” what font is needed, and suddenly the character starts appearing correctly even in the column view.
So my recommendation is:
First create a measure with UNICHAR(...)
and use it in a visual.
Once it renders successfully, check the column again — the icon will often start showing properly there too.
The pbix is also attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
hi @Ritaf1983 ,
Many thanks for the trial and apparently it works on your machine. 💗
Tried as you suggested on my report and yours as well, but issue persists in both cases. 💔
Did you try all of them as a measures?
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 |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |