Forum Discussion
KarenFingerhut
Responsive Resident
2 years agoChange To Italic Text Based on Set Of Criteria
Morning all Can someone please help with the following. I have tried to find the answer but unfortunately not been successful I'm wanting to change the text in a column to Italic based on if...
- 2 years ago
Hi KarenFingerhut ,
The condittional format only allows to change the font color, you cannot change from bold to italic based on a condittional statement.
Anonymous
2 years agoNot applicable
Hi KarenFingerhut ,
Below is my table:
I create a new table:
Table 2 = SUMMARIZE('Table','Table'[Requires],"Flag",CALCULATE(MAX('Table'[Flag]),FILTER('Table','Table'[Flag] = 1)))
The final output is shown in the following figure:
I picked out the items of 1 and changed them together in italics.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MFelix
Super User
2 years agoAnonymous ,
This does not work because when you take off the filter the matrix still keeps the italic. It's not a correct answer.