Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Matrix background color help

Is it possible to provide different background color for each month in a matrix.

Please help .

  • Hi Anonymous ,

     

    You can create a measure for conditional formatting:

     

     

    Colour = SWITCH(MONTH(MAX(Dim_Date[Date])),  1, "red",2, "blue",3,"green","yellow")

     

     

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    Best Regards,

    Dedmon Dai

2 Replies