Forum Discussion

aashton's avatar
aashton
Helper V
4 years ago
Solved

Conditional Formatting in a Matrix

Hello, My tables are set-up as Regional Goals:  Region, Goal (a decimal number percentage) and Regional Totals:  Date, Month-Year, Region, Vacancy # (a decimal number percentage).  I have a matrix d...
  • v-jingzhang's avatar
    4 years ago

    Hi aashton 

     

    You can create a measure to compare average values with their goal. When it is equal to or over their goal, it returns 1, otherwise it returns 0. Then choose Format style as Rules and select this color measure to be based on. You can change Apply to option to change the conditional formatting range.  

    Color Measure = IF(AVERAGE('Regional Totals'[Overall Vacancy])>=AVERAGE('Regional Goals'[Goal]),1,0)

    Best Regards,
    Community Support Team _ Jing
    If this post helps, please Accept it as Solution to help other members find it.