Forum Discussion
Condition Formatting for BOLD Text
Thanks for the suggestion.
I have a scenario where on a particular condition satisfied, then i need to make that text as BOLD and should be GREEN color.
Using Conditional Formatting i can make the color by creating a NEW measure, but can't apply this logic to have BOLD text as the Conditional Formatting is not supported for BOLD
Regards
Nagaraj
Hey nagaraj
VasTg is saying that you can use the same measure to make the font something like ARIAL BLACK while using the font ARIAL for the rest of the data so that it appears bold. Its a nifty little work around. Pretty cool.
- nagaraj6 years agoPost Patron
Anonymous
I tried that option, but was unsuccessful. Not sure if I am not doing it in correct way.
Below is the column i have used to derive the color and this COLUMN is used in the COLOR_EXPRESSION for Conditional Formatting.
Font_ApprovalDate = IF( NOT (Tbl1[hStatus]) IN {7,8} && Tbl1[F_ApprovalDate] < Today() ,"Green","Black")
VasTg / Anonymous
Can you please brief the steps to achive the same