Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 both city.
Dataset for chart is city table but I want to show the color.
Thank you for any idea.
Code | HexColorCode |
1 | #F2C80F(yellow) |
2 | #8AD4EB(Blue) |
Code | City | Total Events/Year |
1 | XXXX | 20 |
2 | ZZZZZ | 40 |
@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
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 46 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 72 | |
| 38 | |
| 26 | |
| 24 |