Forum Discussion
Syndicate_Admin
5 years agoAdministrator
Color Text Data Within a Table
Good morning I would like to know how I can assign a specific color to each type of data that is included within a column (TERM) in a data table (Figure 1). Specifically I want to assign...
- 5 years ago
Hi, Syndicate_Admin
I agree with timg. Conditional formatting can solve your problem. You can create a Measure as the following and then format your data column with it.
Color_TEXT =
SWITCH ( SELECTEDVALUE ( 'Table'[PLAZO] ), "OK", "Green", "NO OK", "RED" )
The result looks like this:
Best Regards,
Caiyun Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
timg
5 years agoSolution Sage
Hi,
You can apply these settings through conditional formatting. You can find this in the formatting tab when you have selected the table.
Best regards,
Tim