Forum Discussion
Conditional Formatting in a Matrix
- 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.
Hey aashton ,
pleaese create a pbix file that contains some sample data but still reflects your data model (tables, relationships, calculated columns, and measures), upload the pbix to onedrive or dropbox and share the link. If you are Excel to create the sample data instead of the manual input method share the xlsx as well.
Describe the expected results based on the sample you provide.
Regards,
Tom
https://www.dropbox.com/s/4jpe81pz4gjiwla/Conditional%20Formatting%20Example.pbix?dl=0
The last column, Monthly Average, I'd like to make green if it is equal or over their goal, or red if below their goal.