Forum Discussion

Regnbagar1's avatar
Regnbagar1
Icon for Helper I rankHelper I
4 years ago
Solved

Highlight values in matrix visual

Hi,

I'm creating a Matrix in Power BI and would like to highlight specific values either by making them bold, change font or having a horizontal line. Is that possible?

In this example I would like to make "TEST %%" either bold, change font or have a line only between Test 6 and TEST %% to higlight the values. 


At the moment I have used conditional formatting in order to make it grey and that's my plan B if there is no other way to highlight it.

Kind Regards!

  • Regnbagar1 , As of now conditional formatting is not supported row/column in matrix. So we can not do that for Test%% value. We can do conditional formatting on values like

     

    Switch( True(),

    Max(Table[Category]) = "Test %%" , "Red", "Black")

     

    and we can use font conditional formatting for values using the field value option

    How to do conditional formatting by measure and apply it to pie? : https://youtu.be/RqBb5eBf_I4

3 Replies

  • Regnbagar1 , As of now conditional formatting is not supported row/column in matrix. So we can not do that for Test%% value. We can do conditional formatting on values like

     

    Switch( True(),

    Max(Table[Category]) = "Test %%" , "Red", "Black")

     

    and we can use font conditional formatting for values using the field value option

    How to do conditional formatting by measure and apply it to pie? : https://youtu.be/RqBb5eBf_I4

  • Thank you amitchandak 

     

    How do you use font conditional formatting for values using the field value option? I can't find anythong about it.


    Kind regards