<?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: Customizing existing Power BI Visual from Source Code in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1325333#M25450</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much for the help. it solved the problem. Now I can compile the whole project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in addition to this, another problem emerged.&lt;/P&gt;&lt;P&gt;Now on the PowerBI Page, if I launch the custom visual and the corresponding fields, nothing happens. It stay white. No Visual nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I use the visual (without the dev). It works fine.&lt;/P&gt;&lt;P&gt;What could be the problem here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2020 10:01:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-26T10:01:00Z</dc:date>
    <item>
      <title>Customizing existing Power BI Visual from Source Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1319703#M25425</link>
      <description>&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like the title says I want to edit an existing Power BI Visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across this Visual:&amp;nbsp;&lt;A href="https://github.com/maqsoftware/PowerBI-visuals/tree/master/src/CustomVisuals/Published/GanttChart" target="_self"&gt;GanttChart&lt;/A&gt;&amp;nbsp; (which provides it's resource code).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I am not able to launch it in the pbiviz environment.&lt;/P&gt;&lt;P&gt;I created a new pbiviz project, replaced all necessary files with the files of the source code, and wanted to start it with pbiviz start, but I only get errors.&lt;/P&gt;&lt;P&gt;I even imported the api from the source code and replaced the package.json and the pbiviz.json with the code of the source code, but nothing is happening. I only get error with the API, which needs apparently a loader and that the api does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong. What approach should I take?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 14:30:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1319703#M25425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-24T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing existing Power BI Visual from Source Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1320500#M25430</link>
      <description>&lt;P&gt;Sounds like you didn't install the custom visuals SDK files on your development PC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/developers/custom-visualization/" target="_blank"&gt;https://powerbi.microsoft.com/en-us/developers/custom-visualization/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 19:13:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1320500#M25430</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-08-24T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing existing Power BI Visual from Source Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1321384#M25432</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Looks like Gantt hasn't been updated to the new SDK, so you will need to either (in order of how you can get into it):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Downgrade your tools to a lower version and attempt to build it&lt;/LI&gt;
&lt;LI&gt;Migrate the code-base across to v3 of the SDK (if that's the version you have installed)&lt;/LI&gt;
&lt;LI&gt;Wait for MAQ Software to migrate it...&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Because MAQ Software (originally said MS, sorry!), you should contact them for support&lt;A href="mailto:pbicvsupport@microsoft.com," target="_blank" rel="noopener"&gt;,&lt;/A&gt; but if you want to downgrade your tools, you can try this approach through the following process (although it's not guaranteed to work):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Install the latest v2 SDK in your console using &lt;FONT face="courier new,courier"&gt;npm i powerbi-visuals-tools@2.3&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run &lt;FONT face="courier new,courier"&gt;pbiviz --create-cert&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run &lt;FONT face="courier new,courier"&gt;pbiviz --install-cert&lt;/FONT&gt; (the cert process is 2-steps on versions prior to 3, and the cert also needs to be re-generated for any time the SDK is re-imported through npm or yarn)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Run &lt;FONT face="courier new,courier"&gt;npm i&lt;/FONT&gt; from the root of the project to ensure local packages are installed, and then &lt;FONT face="courier new,courier"&gt;pbiviz start&lt;/FONT&gt; should serve the visual for debugging in the usual way.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;DIV id="kpm-root" class="kpm_LTR"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="kpm-root" class="kpm_LTR"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="kpm-root" class="kpm_LTR"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Aug 2020 05:47:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1321384#M25432</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-08-25T05:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing existing Power BI Visual from Source Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1325333#M25450</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much for the help. it solved the problem. Now I can compile the whole project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in addition to this, another problem emerged.&lt;/P&gt;&lt;P&gt;Now on the PowerBI Page, if I launch the custom visual and the corresponding fields, nothing happens. It stay white. No Visual nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I use the visual (without the dev). It works fine.&lt;/P&gt;&lt;P&gt;What could be the problem here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 10:01:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizing-existing-Power-BI-Visual-from-Source-Code/m-p/1325333#M25450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-26T10:01:00Z</dc:date>
    </item>
  </channel>
</rss>

