Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
spathak04
Helper II
Helper II

How to create custom filled map

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.

Bi Forum Filled Map.PNG

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

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:

2.PNG

Set the format color in the "Date colors":

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-danhe-msft
Employee
Employee

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:

2.PNG

Set the format color in the "Date colors":

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.