Forum Discussion
Filter based on conditonal formatted UNICHAR 11044
- 7 years ago
hi, Anonymous
After my test, you had added a calculate column KPI Light = UNICHAR(11044)
so KPI Light for all the rows are UNICHAR(11044) and slicer only has a value.
And if you could add a column like this
KPI Light = UNICHAR(IF(Table1[Colour]="green",11165,IF(Table1[Colour]="red",11166,11167)))
then filter by KPI Light.
By the way, 11044 is not return the Unicode character not color code.
Reference:
https://exceleratorbi.com.au/dax-unichar-function-power-bi/
https://unicode-table.com/en/#
Best Regards,
Lin
hi, Anonymous
After my test, you had added a calculate column KPI Light = UNICHAR(11044)
so KPI Light for all the rows are UNICHAR(11044) and slicer only has a value.
And if you could add a column like this
KPI Light = UNICHAR(IF(Table1[Colour]="green",11165,IF(Table1[Colour]="red",11166,11167)))
then filter by KPI Light.
By the way, 11044 is not return the Unicode character not color code.
Reference:
https://exceleratorbi.com.au/dax-unichar-function-power-bi/
https://unicode-table.com/en/#
Best Regards,
Lin