Forum Discussion
Row header in different color
Hi,
I have three products, for each product I want to give color (Matrix Table)
For example: Product A = Green B=Red C=yellow .
Is it possible to display the colors of a product in Row Header (not in values)?
Thanks for the helpers.
BR,
Alon
elads this you can easily achieve by writing a simple measure for color then use background under condtional formatting or store color in a table and get it from there
here is example measure for color to use in background
Color = SWITCH ( MAX ( 'Table (2)'[Slicer] ), "A", "Blue", "B", "Green", "C", "Red", "E", "Yellow", "Magenta" )
8 Replies
- parry2k
Super User
- elads
Helper III
- parry2k
Super User
elads this you can easily achieve by writing a simple measure for color then use background under condtional formatting or store color in a table and get it from there
here is example measure for color to use in background
Color = SWITCH ( MAX ( 'Table (2)'[Slicer] ), "A", "Blue", "B", "Green", "C", "Red", "E", "Yellow", "Magenta" )
- AnonymousNot applicable
Hi elads ,
We can customize row headers but not in a dynamic based on values.
Vote this idea: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/32590199-apply-field-formatting-to-row-headers
Best Regards,
Mail2inba4
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - aamnb7Frequent Visitor
Hola,
¿Alguien pudo realizar esto?