Forum Discussion
Anonymous
5 years agoNot applicable
font color conditional formatting
hi i want to show - values in green color nd +ve values in red color what is the condition i need to use in font color conditional formatting.
- Anonymous5 years agoHello Anonymous,Create a measure like this and use in conditional formatting.Measure = IF(MAXX(Sheet1,Sheet1[percent])<0,"#73B761","#de6a73")
themistoklis
5 years agoCommunity Champion
Anonymous
If you want to apply a conditional formatting on the field in a table or matrix you can do it directly though table options instead of creating a new field.
See image below. It is a rule based formatting