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.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
211 | |
51 | |
43 | |
41 | |
39 |
User | Count |
---|---|
270 | |
210 | |
73 | |
70 | |
65 |