Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
As a newer user of Power BI i am have multiple charts showing data for a number sales products. I want to apply a corporate colour for each product so that it is the same on every graph. I know how to do this individually chart by chart but there must be a better way to do this, but cant work out how to do it. I already have hex colour codes etc.
Solved! Go to Solution.
Hi @Anonymous ,
You can create a measure and apply it to the conditional formatting of the data color.
Measure = SWITCH(TRUE(),
MAX('Table'[Product])="A","RED",
MAX('Table'[Product])="B","LIME",
MAX('Table'[Product])="C","YELLOW",
MAX('Table'[Product])="D","GREEN",
MAX('Table'[Product])="E","GREY",
MAX('Table'[Product])="F","BLACK",
MAX('Table'[Product])="G","PINK",
"BLUE"
)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You can create a measure and apply it to the conditional formatting of the data color.
Measure = SWITCH(TRUE(),
MAX('Table'[Product])="A","RED",
MAX('Table'[Product])="B","LIME",
MAX('Table'[Product])="C","YELLOW",
MAX('Table'[Product])="D","GREEN",
MAX('Table'[Product])="E","GREY",
MAX('Table'[Product])="F","BLACK",
MAX('Table'[Product])="G","PINK",
"BLUE"
)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Not sure this answers my question. I am not trying to change the background and foreground but define what is in my data as "Products" with set colours in a graph and i have around 20 products. So if a product is called Product "A" i always want the graph to show a set colour and if Product "B" another colour. How do you define for each product the exact colour to want applied. Thanks
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
78 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |