Forum Discussion
DataNinja777
Super User
2 years ago445 calendar matrix visual conditional formatting
Hi Power BI experts, I am trying to create a 445 calendar visual (handmade) using matrix visual, as I couldn't find custom visual for non-standard calendar visual. I'd like to highlight the last...
- 2 years ago
DataNinja777 To change the color using measure output, all you have to do is return the color code like "#FF0000" as a string value. You then set your conditional formatting to Field value instead of Rules and choose your measure.
DataNinja777
Super User
2 years agoThanks Greg_Deckler I created a calculated column indicating if a particular date is equal to month end date and then if it is "Yes" in that field, color that in matrix using conditional formatting.