Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
In this article, we’ll explore how to use UNICHAR icons in Power BI reports. These icons are beneficial because they are lightweight text characters rather than image files, making them efficient and easy to implement.
We can find the UNICHAR codes and their corresponding icons in this link ( https://www.vertex42.com/ExcelTips/unicode-symbols.html ).
We just need to create a measure (example below):
Icon_Measure = UNICHAR(10024)
Advantages of using UNICHAR icons:
- They load quickly and don't increase the file size.
- No need of external URLs or uploads
- Can use DAX logics to return different data icons based on data conditions and conditional formatting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.