Forum Discussion
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
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
3 Replies
- MFelixSuper User
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
- AnonymousNot applicable
it`s working
thx
now Iam thinking to add some advanced thoughts as-well.
- AnonymousNot applicable
How could Power BI create KPI flags
in side table
RED mean <30
Yallow mean >30 & <60
Green mean >60