<?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 Power BI Custom Visual - force directed graph API error in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/594685#M18112</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a custom Force Directed Graph using the source code on Github (&lt;A href="https://github.com/Microsoft/PowerBI-visuals-ForceGraph" target="_self"&gt;PowerBI-visuals-ForceGraph&lt;/A&gt;) and following the tutorial available at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial#creating-a-custom-visual" target="_self"&gt;creating-a-custom-visual&lt;/A&gt;. Unfortunately, when I try to start&lt;SPAN&gt;&amp;nbsp;the custom visual using the "&lt;STRONG&gt;pbiviz start&lt;/STRONG&gt;"&amp;nbsp;command in PowershellI I get an error stating "&lt;STRONG&gt;Invalid API version v2.3.0&lt;/STRONG&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The "&lt;STRONG&gt;circlecard&lt;/STRONG&gt;" example project used in the tutorial,&amp;nbsp;which also uses API version v2.3.0 in it's pbiviz.json file, works just fine. So I'm clueless as to what's causing this error. I'm very new to trying out custom visuals on Power BI so any help with this is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 17:32:57 GMT</pubDate>
    <dc:creator>vasher</dc:creator>
    <dc:date>2019-01-03T17:32:57Z</dc:date>
    <item>
      <title>Power BI Custom Visual - force directed graph API error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/594685#M18112</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a custom Force Directed Graph using the source code on Github (&lt;A href="https://github.com/Microsoft/PowerBI-visuals-ForceGraph" target="_self"&gt;PowerBI-visuals-ForceGraph&lt;/A&gt;) and following the tutorial available at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial#creating-a-custom-visual" target="_self"&gt;creating-a-custom-visual&lt;/A&gt;. Unfortunately, when I try to start&lt;SPAN&gt;&amp;nbsp;the custom visual using the "&lt;STRONG&gt;pbiviz start&lt;/STRONG&gt;"&amp;nbsp;command in PowershellI I get an error stating "&lt;STRONG&gt;Invalid API version v2.3.0&lt;/STRONG&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The "&lt;STRONG&gt;circlecard&lt;/STRONG&gt;" example project used in the tutorial,&amp;nbsp;which also uses API version v2.3.0 in it's pbiviz.json file, works just fine. So I'm clueless as to what's causing this error. I'm very new to trying out custom visuals on Power BI so any help with this is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 17:32:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/594685#M18112</guid>
      <dc:creator>vasher</dc:creator>
      <dc:date>2019-01-03T17:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual - force directed graph API error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/595388#M18124</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To build Force Directed Graph from source code please follow these steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;$ git clone&amp;nbsp;git@github.com:Microsoft/PowerBI-visuals-ForceGraph.git&lt;/LI&gt;
&lt;LI&gt;$ cd&amp;nbsp;&lt;SPAN&gt;PowerBI-visuals-ForceGraph&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;$ npm install&lt;/LI&gt;
&lt;LI&gt;$ npm run pbiviz -- --create-cert&lt;/LI&gt;
&lt;LI&gt;$ npm start&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Let us know if it resolves the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 17:24:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/595388#M18124</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2019-01-04T17:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual - force directed graph API error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/595645#M18130</link>
      <description>&lt;P&gt;Thanks for the solution Ignat. I followed the steps but unfortunately step 3 produces the following errors:&lt;/P&gt;&lt;PRE&gt;npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents): &lt;BR /&gt;npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) &lt;BR /&gt;added 1234 packages from 1340 contributors and audited 17443 packages in 164.43s &lt;BR /&gt;found 2 vulnerabilities (1 low, 1 high)&lt;/PRE&gt;</description>
      <pubDate>Sun, 06 Jan 2019 12:57:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/595645#M18130</guid>
      <dc:creator>vasher</dc:creator>
      <dc:date>2019-01-06T12:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual - force directed graph API error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/595646#M18131</link>
      <description>&lt;P&gt;Ignoring the errors/warnings and proceeding futher seems to work. However, for step 5, I had to use &lt;EM&gt;pbiviz start&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a ton for the solution!&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 13:00:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-Visual-force-directed-graph-API-error/m-p/595646#M18131</guid>
      <dc:creator>vasher</dc:creator>
      <dc:date>2019-01-06T13:00:36Z</dc:date>
    </item>
  </channel>
</rss>

