Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I am trying to filled map with some values and color code should be divided with some custom buckets as shown in image below. How can I do this in Power BI Desktop. Check the color buckets on bottom left of the image.
Solved! Go to Solution.
Hi @spathak04,
Based on my test, you could refer to below steps:
Create a calculated column with "IF" function:
Column = IF([Collectibility]>5140000,">5140000",IF([Collectibility]<215000,"<215000","other"))
Put the column in the Legend bucket and Color saturation bucket:
Set the format color in the "Date colors":
You could also download the pbix file to have a view.
Regards,
Daniel He
Hi @spathak04,
Based on my test, you could refer to below steps:
Create a calculated column with "IF" function:
Column = IF([Collectibility]>5140000,">5140000",IF([Collectibility]<215000,"<215000","other"))
Put the column in the Legend bucket and Color saturation bucket:
Set the format color in the "Date colors":
You could also download the pbix file to have a view.
Regards,
Daniel He
Thank you so much. It was very helpful.
I have one question, how can I turn off the continent name from the world filled map?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.