Forum Discussion
Anonymous
7 years agoNot applicable
How could Power BI create KPI flags
How could Power BI create KPI flags in side table RED mean <30 Yallow mean >30 & <60 Green mean >60
- 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
Anonymous
7 years agoNot applicable
How could Power BI create KPI flags
in side table
RED mean <30
Yallow mean >30 & <60
Green mean >60