Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Concitional Formating each column in Matrix

Hi I have matrix and each column have a different color coding

example points < 50 = red , utilisation <40% = red

ho to do it ?

 

3 Replies

  • Anonymous , You can create a color measure and do it. The measure can check for measure value or dimension value

     

    example

    Color sales = if(AVERAGE(Sales[Sales Amount])<170,"green","red")
    Color Year = if(FIRSTNONBLANK('Table'[Year],2014) <=2016,"lightgreen",if(FIRSTNONBLANK('Table'[Year],2014)>2018,"red","yellow"))

     

    You can refer to my video for more details: https://www.youtube.com/watch?v=RqBb5eBf_I4

  • v-luwang-msft's avatar
    v-luwang-msft
    Community Support

    Hi Anonymous  ,

    Has your problem been solved, if so, please consider Accept a correct reply as the solution to help others find it.
     

    Best Regard

    Lucien Wang