Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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

  • 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's avatar
      Anonymous
      Not applicable

      it`s working 

      thx

       

      now Iam thinking to add some advanced thoughts as-well.

  • Anonymous's avatar
    Anonymous
    Not applicable

    How could Power BI create KPI flags

    in side table 

     

    RED mean <30

    Yallow mean >30 & <60

    Green mean >60