<?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: Custom PowerBI connector : change icon of login window in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2213570#M33219</link>
    <description>&lt;P&gt;What a shame ...&lt;/P&gt;&lt;P&gt;Sometimes I wonder how these obvious things are not implemented on PowerBI.&lt;/P&gt;&lt;P&gt;What is microsoft doing ??&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 09:02:05 GMT</pubDate>
    <dc:creator>ochaoui</dc:creator>
    <dc:date>2021-11-30T09:02:05Z</dc:date>
    <item>
      <title>Custom PowerBI connector : change icon of login window</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2201802#M33067</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing a custom connector on powerBI. It works well ! The only issue I have is I would like to change the icon of the login windows (check red arrow) :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ochaoui_0-1637594395717.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/634525iDADD1BFE3DA8FC10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ochaoui_0-1637594395717.png" alt="ochaoui_0-1637594395717.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I add a custom icon in here ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 15:21:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2201802#M33067</guid>
      <dc:creator>ochaoui</dc:creator>
      <dc:date>2021-11-22T15:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PowerBI connector : change icon of login window</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2201999#M33069</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/298087"&gt;@ochaoui&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the image you'll need to &lt;STRONG&gt;&lt;EM&gt;modify your MEZ&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp; file for the customer connector. You can do this by changing the extension from &lt;EM&gt;MEZ to ZIP&lt;/EM&gt;. From Inside the zip file is where the icon should be stored. You will also need to modify the m file to include the icons. So a section of it should be called the name of your API.Icons. If you have a UI Export definition inside the m file then add your images equal to SourceImage and SourceTypeImage. For this example displaying below I have a custom connector for the Power BI REST API. Where the name of the custom connector is PBIAPI.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Watsky_0-1637600161427.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/634578i6ABE362A2AEB0E35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Watsky_0-1637600161427.png" alt="Watsky_0-1637600161427.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once you're done save the files back into the zip and modify the extension from zip back to mez and you should be good to go.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Watsky_1-1637600306837.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/634582iA33E99BC5F5B25CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Watsky_1-1637600306837.png" alt="Watsky_1-1637600306837.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here's also a tutorial which includes walking through this part of creating a custom connector.&amp;nbsp;&lt;A href="https://4pbi.com/power-bi-custom-connector-quick-start/" target="_blank" rel="noopener"&gt;Power BI Custom Connector – Quick Start – For Power BI.com (4pbi.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 17:01:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2201999#M33069</guid>
      <dc:creator>Watsky</dc:creator>
      <dc:date>2021-11-22T17:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PowerBI connector : change icon of login window</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2202891#M33078</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/143949"&gt;@Watsky&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply but it does not answer my question :).&lt;/P&gt;&lt;P&gt;As shown on my screenshot, I am not talking about the icon of the connector (I did already what you showed on your code). I am talking about the pop-up that asks you to log in to your identity provider :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ochaoui_0-1637646464878.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/634840i525992B37251487F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ochaoui_0-1637646464878.png" alt="ochaoui_0-1637646464878.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In this pop-up, you have a name that apears and I configured that name via the XML file available in my connector. But ... I can't find on the web how to change the icon next to the name I configured. Does somebody now how to add it ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 05:49:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2202891#M33078</guid>
      <dc:creator>ochaoui</dc:creator>
      <dc:date>2021-11-23T05:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PowerBI connector : change icon of login window</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2204276#M33089</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/298087"&gt;@ochaoui&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry I wasn't getting it. The icon you're pointing to is the icon that represents the kind of data source. There doesn't seem to be any way to change this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-query/handlingauthentication#data-source-paths" target="_blank"&gt;Handling authentication for Power Query connectors | Microsoft Docs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 18:59:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2204276#M33089</guid>
      <dc:creator>Watsky</dc:creator>
      <dc:date>2021-11-23T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PowerBI connector : change icon of login window</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2213570#M33219</link>
      <description>&lt;P&gt;What a shame ...&lt;/P&gt;&lt;P&gt;Sometimes I wonder how these obvious things are not implemented on PowerBI.&lt;/P&gt;&lt;P&gt;What is microsoft doing ??&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 09:02:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-PowerBI-connector-change-icon-of-login-window/m-p/2213570#M33219</guid>
      <dc:creator>ochaoui</dc:creator>
      <dc:date>2021-11-30T09:02:05Z</dc:date>
    </item>
  </channel>
</rss>

