Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have a question about the visual scatter plot.
I have been asked to set the colors for each value of the legend.
The colors are provided to me in table which has two columns:
VALUE COLOR
ITALY #c791c7
GERMANY #ecf3fd
POLAND #05390a
I checked all the features of the scatter plot but I haven't seen the option to custom the color of the values. I know there is an option with the visual matrix but I'm not sure about other types of visual.
Do you have any idea? Is it possible?
Thank you
@MCacc , if country is legend, then you have manually color using color option in Marker
If there are only values, and no legend, You can create a color measure and use that in the conditional formatting of the marker using the field value option
Switch(Max(Table[Country]) ,
"ITALY", " #c791c7",
"GERMANY","#ecf3fd",
"POLAND","#05390a")
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...
Thank you for confirming!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
98 | |
97 | |
38 | |
37 |
User | Count |
---|---|
152 | |
121 | |
73 | |
71 | |
63 |