Forum Discussion
Matrix Conditional Formatting for row value which is text
- Anonymous3 years ago
Hi Richard_Halsall ,
In order to make troubleshooting and give you a suitable solution quickly, could you please provide the following info?
1. Some raw data with Text format(exclude sensitive data)
2. If the field RoleFilledColour is a calculated column, please provide the related formula
3. How did you set your matrix visual? (Fields option settings)
4. What's your expected result? Do you want to make the backgroud color is red if the value is "No Technician", otherwise, green?
Best Regards
Hi,
1) Link to data
2) I have tried with a column
4) I would like to make the background color red if the value is "No Technician", otherwise, green
The matrix is affected by slicers with relationships to the date field and opportunity field of the data
Thanks
Hi Richard_Halsall ,
You can follow the steps below to get it, please find the details in the attachment.
1. Create a measure as below
Conditional Formatting =
IF (
SELECTEDVALUE ( 'FactDemandAllocation'[TechnicianName] ) = "No Technician",
"Red",
"Green"
)
2. Apply conditional formatting in the matrix
Best Regards