Forum Discussion

Mounika09's avatar
Mounika09
Frequent Visitor
5 years ago
Solved

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?

3 Replies

  • Anonymous's avatar
    Anonymous
    Not 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. 

     

    • Mounika09's avatar
      Mounika09
      Frequent 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.