I have a field showing Left, Right as text, is that possible to conditional format the words? So when it is left, red, when it is right, yellow.
thank u!
Solved! Go to Solution.
Hi @vmao ,
You could use below measure to create conditional formating(you could use color code to replace color name)
Measure 3 = switch(MIN('Table (3)'[color]), "left", "red", "right", "#f5dc6c")
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @vmao ,
You could use below measure to create conditional formating(you could use color code to replace color name)
Measure 3 = switch(MIN('Table (3)'[color]), "left", "red", "right", "#f5dc6c")
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Not directly, but easy enough to do with a helper column.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingJoin digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
457 | |
173 | |
121 | |
57 | |
52 |
User | Count |
---|---|
453 | |
148 | |
130 | |
74 | |
73 |