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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
utsavlexmark
Helper III
Helper III

Legends in Power BI Filled Map

Hello,

Let me first explain the customizaation I am thinking of; actually I am not ssure wheter that is actually possible or not.

I am trying to potrait the countries in Power Filled Map. I am trying to select a range of Traffic amonut and on the basis of that color will be decided.

For example; countries with a traffic range of 2k to 5k will be shown as Green, 1k to 2k will be as blue and below 1k as red. I can do this by selecting Data Color with individual countries; but I want this to be happen autometically whenever the dataset will be uploaded. Also want to have those color in legends with the traffic range.

Hope I am clear with my concenpt.

Please let me know if this is actually possible or not.

Regards

Utsav

2 REPLIES 2
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @utsavlexmark ,

 

Could you please mark the proper answers as solutions?

 

 

Best Regards,

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Utsav,

 

I would suggest you create a new column like below and then assign the color once. The color will be static when new data is loaded.

Column =
IF (
    [Peak population] < 110000,
    "<1K",
    IF ( [Peak population] < 120000, "1K-2K", "2K-5K" )
)

Legends-in-Power-BI-Filled-Map

 

 

Best Regards,

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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.