Forum Discussion

Delphia's avatar
Delphia
Advocate II
4 years ago
Solved

Conditional formating of text field

Good day to all, I try to do conditional formatting of the text field based on the other text field. I have the following matrix: Contract number Invoice number Multiple Total 9999999 i9...
  • amitchandak's avatar
    4 years ago

    Delphia , You can only conditional format Contract number in table viusal

     

    You can create a measure like

    if(max(Table[Multiple]) ="Yes", "red", "black" )

     

    Use this conditional formatting using the field value option

     

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