Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
New here and trying to learn, appreciate the patience.
Built my first template and am replicating it for multiple categories. The theme is consistent, but each page has different colors. I do not need a common color for each supplier across all pages, but would like all visualization to have the same colors. Ideally every page would match the color palette of the first example.
Thanks in advance.
@Hospital_BI , While it will not possible to do it on all the visuals. You can create a measure that returns color based on supplier and you can use that in Conditional formatting "Field Value" option
Color = Switch( Max(Table[Supplier]) ,
"Supplier 1", "Red",
"Supplier 2", "Blue",
// Add others
"Green"//Default
)
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |