Forum Discussion
Change Font of Column Header if values are empty
- Anonymous7 months ago
Hi sasuser ,
Power BI doesn't support conditional formatting for column header font color in a Matrix visual. However, you can use conditional formatting to blend future month values with the background. Create measures to identify future months and set font color accordingly, then apply conditional formatting to the Matrix as described.
See the attached .pbix file for reference.
Hi sasuser ,
As far as I'm aware, you can't change the column header text colour in a Matrix visual dynamically.
You can see whether a visual item can be dynamically changed or not by whether it has an 'fx' button next to it in the side bar. For example, VISUAL Title Text, Text Colour, and Background Colour can all be changed dynamically in response to a given measure value or conditions:
Matrix Column Header Text Colour, however, can not:
Pete