Forum Discussion
Nicki
5 years agoHelper III
Correct values when there is a relation between two tables
Hello, I have two tables and there is a relation between them on the code column. When I want to use HexColorCode to show the color in stacked column chart, it brings the first color (yellow) for ...
amitchandak
5 years agoSuper User
Nicki , Stacked column visual(with legend do not support conditional formating.
I think the bar with more than one axis and one measure can do.
You can use measure max(Table1[HexColorCode])
in conditional formatting with field value option
Nicki
5 years agoHelper III
Thank you for reply. My Stacked chart does not have legend and I have already used conditional formating.
It happens when I am using a column from another dataset. If I bring the HexColorcode column inside of city table it works fine.
I am thinking maybe I missed something related to relation setting.
Nicki