Forum Discussion
How could Power BI create KPI flags
- 7 years ago
Hi Anonymous ,
This will be soon coming to the conditional formatting options to the table/matrix visual however currently is not possible out of the box what you can do is:
Create Measure with the following code:
Measure = UNICHAR(11044)
Add this to your table visual and make a conditional formatting of the font colour using rules and the just select your values for each color.
Regards,
Mfelix
Hi Anonymous ,
This will be soon coming to the conditional formatting options to the table/matrix visual however currently is not possible out of the box what you can do is:
Create Measure with the following code:
Measure = UNICHAR(11044)
Add this to your table visual and make a conditional formatting of the font colour using rules and the just select your values for each color.
Regards,
Mfelix
- Anonymous7 years agoNot applicable
it`s working
thx
now Iam thinking to add some advanced thoughts as-well.