Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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 April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
98 | |
63 | |
45 | |
36 | |
35 |