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'd like to also write the measure to concatenate the tasks to be performed on the particular calendar date, and I'd greatly appreciate it if you could let me know how I can assign the color to the measure output.
Thanks a lot for your help!
Greg_Deckler
Community Champion
2 years agoDataNinja777 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.