Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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
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] ) )
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.
Check out the November 2023 Power BI update to learn about new features.