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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Maps - color saturation based on customised regions

Hi Guys,

 

 

I would like to create a shape map where colour saturation depends on the value for the customised region.

 

I have downloaded a shape map of the world and connected it to my data via ISO codes (I have ISO in the 'Location' box). I put 'Units Delta' in the Color Saturation and I get a nice map where the countries are colored in shades of red for negative values and in shades of green for positive values.

 

Now I would like to have similar map, but with coloring based on values for not single countries but regions as a whole. E.g. if I had a region containing two countries: country A with units delta of -50, country B with units delta of 140, I would like them both colored in the same shade of green associated with the units delta of 90.

 

I have the regions specified in one of the columns of my data. I have tried putting RegionName in the Legend, but what I achieved was having the countries in different colors depending only on the region, without taking into consideration the units delta at all...

 

Any suggestions how can I proceed here?

2 REPLIES 2
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

For your requirement, you need to add a REGION column in your dataset. Then create a measure to calculate the 'Units Delta' group on REGION:

 

Region Total Units Delta=CALCULATE(SUM(Table[Units Delta]),ALLEXCEPT(Table,Table[REGION]))

Now you can put above measure into color saturation.

 

 

Regards,

Anonymous
Not applicable

Hi @v-sihou-msft,

 

Thank you for your reply. I have tried exactly that and neverthless didn't get the desired result.

 

GTMU Delta regional = CALCULATE(sum(Query1[GSales Units]),ALLEXCEPT(Query1,Query1[RegionKey]))-CALCULATE(sum(Query1[Previous GSales Units]),ALLEXCEPT(Query1,Query1[RegionKey]))

After I add the measure above to the Color Saturation field, without the Region as Legend it just colors all countries the same, after I add Region to Legend, regions are colored differently, but irrespective of the regional delta value.

 

 

Could you please let me know where do you think is the issue with my approach?

 

Thank you,

Agnieszka

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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