<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to customize the MAP visuals bubbles and background of bubbles in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1922162#M30167</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/308369"&gt;@Mounika09&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=58494" target="_blank"&gt;Download Microsoft Power BI Desktop from Official Microsoft Download Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 996px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/540957i8EA2DBB9AE2F3D04/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rico Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 09:40:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-25T09:40:26Z</dc:date>
    <item>
      <title>How to customize the MAP visuals bubbles and background of bubbles</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1911965#M30080</link>
      <description>&lt;P&gt;I have requirement like, need to lighten the background of bubbles in Map visual and highlight the bubbles.&lt;BR /&gt;In the middle of bubble need to display either text or values.&lt;BR /&gt;Is it possible?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 09:58:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1911965#M30080</guid>
      <dc:creator>Mounika09</dc:creator>
      <dc:date>2021-06-21T09:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the MAP visuals bubbles and background of bubbles</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1917089#M30122</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/308369"&gt;@Mounika09&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI doesn't support us to highlight the bubble in map visual by other visuals. Map supports Filter or None.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/539172i9E0BE1188811BF19/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;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&amp;nbsp;&lt;SPAN&gt;locate the position.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;My Sample:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 335px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/539175i8296049BA4E2B306/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 'Table'[Country]&amp;amp;":"&amp;amp; 'Table'[Value]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/539176i2C64553B3E8572EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rico Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 09:42:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1917089#M30122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-23T09:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the MAP visuals bubbles and background of bubbles</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1917315#M30125</link>
      <description>&lt;P&gt;Hello RicoZhou,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;I tried this and it is working perfectly. It is not working while i am trying to filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 11:30:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1917315#M30125</guid>
      <dc:creator>Mounika09</dc:creator>
      <dc:date>2021-06-23T11:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the MAP visuals bubbles and background of bubbles</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1922162#M30167</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/308369"&gt;@Mounika09&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=58494" target="_blank"&gt;Download Microsoft Power BI Desktop from Official Microsoft Download Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 996px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/540957i8EA2DBB9AE2F3D04/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rico Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 09:40:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-customize-the-MAP-visuals-bubbles-and-background-of/m-p/1922162#M30167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-25T09:40:26Z</dc:date>
    </item>
  </channel>
</rss>

