Forum Discussion
445 calendar matrix visual conditional formatting
- 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 Just write your measure so that it returns the red color (#FF0000 or whatever) for the last Sunday of the 445 calendar month and then use, I think field value, instead of rules. Have it return BLANK for any other date.
- DataNinja7772 years ago
Super User
Thanks 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_Deckler2 years ago
Community Champion
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.