Forum Discussion
Matrix visual: How to conditionally format the column header, Values font size, or Values border?
- 3 years ago
HI Anonymous ,
I suggest to create a measure for Check current Month like this:
CheckMonth = IF(MONTH(TODAY()) = SELECTEDVALUE('Table'[Mese]), "Red", "Black")Apply conditional formatting for value of MatrixMarcoDid I answer your question? Mark my post as a solution! Appreciate your Kudos !!
HI Anonymous ,
I suggest to create a measure for Check current Month like this:
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
menglaro78 , thanks for your suggestion. Changing the colour of the cell value font is the least favourable option. Is there any way to change the background colour of the column header, or to achieve the other two options I described in my port?
- menglaro783 years agoMicrosoft Employee
Hi,
in my opinion you can't get what you're asking for, because those options, such as border, don't have the Fx button, so they can't apply conditional formatting.
Marco
- Anonymous3 years agoNot applicable
menglaro78 , that's what I suspected. Thanks for confirming, and thanks for your suggestion, it seems to be the easiest way to achieve what I am trying to do (though not ideal).