Forum Discussion
How to customize the MAP visuals bubbles and background of bubbles
I have requirement like, need to lighten the background of bubbles in Map visual and highlight the bubbles.
In the middle of bubble need to display either text or values.
Is it possible?
- Anonymous5 years ago
Hi Mounika09
In try to filter my Map visual by filter and it still works well. Please check the version of your Power BI Desktop and download the latest version.
Download Microsoft Power BI Desktop from Official Microsoft Download Center
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- AnonymousNot applicable
Hi Mounika09
Power BI doesn't support us to highlight the bubble in map visual by other visuals. Map supports Filter or None.
If you want to show values in bubble, you can build a calculated column , add this column into Location and turn on the Category Labels in Format. Then it will show values. By this way you need to add Latitude and Longitude to locate the position.
My Sample:
Column = 'Table'[Country]&":"& 'Table'[Value]Result:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mounika09Frequent Visitor
Hello RicoZhou,
Thank you for your response.
I tried this and it is working perfectly. It is not working while i am trying to filter.- AnonymousNot applicable
Hi Mounika09
In try to filter my Map visual by filter and it still works well. Please check the version of your Power BI Desktop and download the latest version.
Download Microsoft Power BI Desktop from Official Microsoft Download Center
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.