Forum Discussion
Delphia
4 years agoAdvocate II
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...
- 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
amitchandak
4 years agoSuper User
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
- Delphia4 years agoAdvocate II
Thank you so much. So, I couldn't do it while using matrix...