Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Hi @utsavlexmark ,
Could you please mark the proper answers as solutions?
Best Regards,
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" ) )
Best Regards,
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |