<?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: Update Custom Visuals API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557512#M26804</link>
    <description>&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to experiment with new conditional formatting feature&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/conditional-format" target="_blank"&gt;Conditional formatting - Power BI | Microsoft Docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I am getting this error which makes me think that latest api might not be installed&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="update3.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/419029i40886EF085BF4E53/image-size/large?v=v2&amp;amp;px=999" role="button" title="update3.png" alt="update3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 19:15:44 GMT</pubDate>
    <dc:creator>Husain</dc:creator>
    <dc:date>2020-12-17T19:15:44Z</dc:date>
    <item>
      <title>Update Custom Visuals API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1556733#M26798</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to update my custom visuals API to latest 3.4.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have run the pbiviz update 3.4.0 at the root of the visual but after update the pbiviz JSON still shows old API number.&lt;/P&gt;&lt;P&gt;How can I be sure that api was updated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="api update.png" style="width: 778px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/418775iB7A7101247A6896A/image-size/large?v=v2&amp;amp;px=999" role="button" title="api update.png" alt="api update.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.npmjs.com/package/powerbi-visuals-api" target="_blank" rel="noopener"&gt;powerbi-visuals-api - npm (npmjs.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 13:36:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1556733#M26798</guid>
      <dc:creator>Husain</dc:creator>
      <dc:date>2020-12-17T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Visuals API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557394#M26802</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/133382"&gt;@Husain&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;When the SDK and API were released as the same package (prior to v3), &lt;FONT face="courier new,courier"&gt;pbiviz update&lt;/FONT&gt; would handle he download/apply of the API automatically, but since they've been split into &lt;A href="https://www.npmjs.com/package/powerbi-visuals-tools" target="_self"&gt;&lt;FONT face="courier new,courier"&gt;powerbi-visuals-tools&lt;/FONT&gt;&lt;/A&gt; (SDK) And &lt;A href="https://www.npmjs.com/package/powerbi-visuals-api" target="_self"&gt;&lt;FONT face="courier new,courier"&gt;powerbi-visuals-api&lt;/FONT&gt;&lt;/A&gt; (API) node packages, I think you would still need to install the correct version of &lt;FONT face="courier new,courier"&gt;powerbi-visuals-api&lt;/FONT&gt; from NPM into your project first, e.g.:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;npm i powerbi-visuals-api@latest&lt;/LI-CODE&gt;
&lt;P&gt;If it doesn't work after that, I'd suggest manually changing your &lt;FONT face="courier new,courier"&gt;pbiviz.json&lt;/FONT&gt; to the new version number so you can start working with the new version, and &lt;A href="https://github.com/microsoft/PowerBI-visuals-tools/issues/" target="_self"&gt;raise an issue over on the SDK repo&lt;/A&gt;, so the team can provide an official response, or take a look at why this isn't working currently in the meantime. It might even be that the process has changed and they need to update the documentation.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 18:24:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557394#M26802</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-12-17T18:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Visuals API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557499#M26803</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;I just noticed that the api number is updated in Package.json but not in pbiviz.json&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="api update2.png" style="width: 512px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/419026iADFD275E9524FC0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="api update2.png" alt="api update2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:10:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557499#M26803</guid>
      <dc:creator>Husain</dc:creator>
      <dc:date>2020-12-17T19:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Visuals API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557512#M26804</link>
      <description>&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to experiment with new conditional formatting feature&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/conditional-format" target="_blank"&gt;Conditional formatting - Power BI | Microsoft Docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I am getting this error which makes me think that latest api might not be installed&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="update3.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/419029i40886EF085BF4E53/image-size/large?v=v2&amp;amp;px=999" role="button" title="update3.png" alt="update3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:15:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557512#M26804</guid>
      <dc:creator>Husain</dc:creator>
      <dc:date>2020-12-17T19:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Visuals API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557521#M26805</link>
      <description>&lt;P&gt;Agreed - the latest published version on NPM is 3.4.0, but &lt;A href="https://github.com/microsoft/powerbi-visuals-api/blob/master/CHANGELOG.md" target="_self"&gt;the GitHub repo is indicating there's a commit for version 3.5.0&lt;/A&gt;, which contains the conditional formatting changes... looks like this hasn't made it to NPM yet, which is a bit of a problem for people that have seen the release notes and want to try it for themselves&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:20:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557521#M26805</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-12-17T19:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Visuals API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557533#M26806</link>
      <description>&lt;P&gt;Thanks Sir&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pbiviz update 3.5.0 works&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="update4.png" style="width: 904px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/419036i89722B3A1E498C7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="update4.png" alt="update4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:30:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557533#M26806</guid>
      <dc:creator>Husain</dc:creator>
      <dc:date>2020-12-17T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Visuals API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557550#M26807</link>
      <description>&lt;P&gt;Awesome - thanks for confirming it worked! I'm hoping to look at it today, and this'll be a major time-saver &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:39:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Update-Custom-Visuals-API/m-p/1557550#M26807</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-12-17T19:39:13Z</dc:date>
    </item>
  </channel>
</rss>

