Forum Discussion
Multi Gradient Condition for map bubbles
- Anonymous3 years ago
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.
- Anonymous3 years agoNot applicable
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
- Anonymous3 years agoNot applicable
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.