cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Jwolf
Regular Visitor

Merge countries to a region

Hi, I'm working on a filled map with four different regions; US & Canada, EMEA, Asia & Pacific and Latin America. I would like to color the map for those counties where there are sales in that region. My goal is when hoovering one of the countries, the tooltip will show the sales of the whole region since I don't have the data for each specific country. 

 

Any ideas and help would be appreciatted a lot!

 

Thanks,

Jwolf

1 REPLY 1
v-kkf-msft
Community Support
Community Support

Hi @Jwolf ,

 

Please use the following measure to create custom tooltips.

Create tooltips based on report pages 

 

Sum Value = CALCULATE ( SUM ( 'Table'[Value] ), ALLEXCEPT ( 'Table', 'Table'[Region] ) )

vkkfmsft_0-1656912959445.png

vkkfmsft_1-1656913056765.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors