Forum Discussion
rwong1
3 years agoHelper III
Color Formatting Table Entire row
Hi, I need to do conditional coloring based on the sales stage. For example, final committee review and due diligence will be red, term sheet negotiation will be yellow, and collecting informati...
- 3 years ago
Hi rwong1 ,
Create a measure as below and use it conditional formating for all the columns.
_conditional_color = SWITCH(TRUE(), MAX('Table'[Sales Stage]) = "Due Diligence","red", MAX('Table'[Sales Stage]) = "Term Sheet Negotiation","Yellow", MAX('Table'[Sales Stage]) = "Collecting Information","Green")Refer a file below:-
rwong1
3 years agoHelper III
Just a question, where can I find the color names that Power Bi allows? I like red but I may want a lighter version of red.
Samarth_18
3 years agoCommunity Champion
rwong1 , As far as I know there is no color limitation. If you wanted to add any other color then replace color name with hexa color code.
You can pick color code from below website:-