Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi, In my report i have 2 visuals , one map and on slicer. The slicer is year slicer like ,2020,2021 and 2022. The map is the default one , my question is can i have multi conditional formarting base on gradient?
My scenario is like when i select a year, the bubbles in the map will show a color base on total sales for that year.
in the condional formating , i want set different gradient color for diffrent year but i can't find that add more rules.
is there any workaround?
Solved! Go to Solution.
Hi @Anonymous ,
Unfortunately, the current version does not support this feature.
You can use the Azure Map visual object to place the year column in the legend field. It can distinguish the bubble color for each year. You can customize the color for each year in [Format your visual]->[Bubble layer]->[Color], but the gradient color is not supported at the moment.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a measure.
color = SWITCH(TRUE(),
SELECTEDVALUE('Table'[year])="2020","red",
SELECTEDVALUE('Table'[year])="2021","pink",
SELECTEDVALUE('Table'[year])="2022","grey")
(3) Set the conditional format and then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for your reply but that is not what i mean, I wonder if possible to have multi conditions for gradiant, for diffrent location different year? I want in the map with help of the bubbles show me gradient color for diffrent year
Hi @Anonymous ,
Unfortunately, the current version does not support this feature.
You can use the Azure Map visual object to place the year column in the legend field. It can distinguish the bubble color for each year. You can customize the color for each year in [Format your visual]->[Bubble layer]->[Color], but the gradient color is not supported at the moment.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
67 | |
55 | |
37 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |