Forum Discussion
Using conditional formatting icons in text box
- Anonymous2 years ago
HI bhalicki,
Perhaps you can take a look at the following blog about use 'icon name' to output icon in power bi if helps:
Power BI Icon Names for Conditional Formatting Using DAX - RADACAD
In addition, you can use dax to convert the char number to specific character icons. (you need to find the corresponding icon number at first)
UNICHAR function (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng
HI bhalicki,
Perhaps you can take a look at the following blog about use 'icon name' to output icon in power bi if helps:
Power BI Icon Names for Conditional Formatting Using DAX - RADACAD
In addition, you can use dax to convert the char number to specific character icons. (you need to find the corresponding icon number at first)
UNICHAR function (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng