Forum Discussion
nagaraj
6 years agoPost Patron
Condition Formatting for BOLD Text
HI, Is there any way to BOLD the data based on expression ? Conditional Formatting section allows only to change the FONT color but not allowing to make the text BOLD for a particular colum...
Anonymous
6 years agoNot applicable
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.
nagaraj
6 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