Forum Discussion
utsavlexmark
Helper III
7 years agoLegends 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 tryi...
v-jiascu-msft
Microsoft Employee
7 years agoHi 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,