<?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: Developing Custom Visuals: Old API vs New API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/73785#M2472</link>
    <description>&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the links! I've been working with the SelectionManager in the new API, but it's not yet at parity with the functionality of IInteractiveBehavior or IInteractivityService.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on creating a custom slicer. I've looked at the source code for the slicer visual itself (this source code uses the old API), and it makes extensive use of both classes (&lt;SPAN&gt;IInteractiveBehavior or IInteractivityService)&lt;/SPAN&gt;, in particular, a function called persistFilter(...).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also curious to know more details about the features&amp;nbsp;outlined in the RoadMap - there aren't any dates or scheudles as to when we can expect new features to roll out, apart from the ones that are now code complete. The documentation seems incomplete.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2016 16:45:36 GMT</pubDate>
    <dc:creator>viviana</dc:creator>
    <dc:date>2016-09-30T16:45:36Z</dc:date>
    <item>
      <title>Developing Custom Visuals: Old API vs New API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/72928#M2441</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In developing custom visuals, there exists a deprecated PowerBI Custom Visuals API:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Microsoft/PowerBI-visuals-core" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals-core&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The PowerBI team has removed the online developer tools as of last week, and the team no longer supports open issues on this API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There exists a new PowerBI Visuals API:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Microsoft/PowerBI-visuals" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, this API's functionality is severely limited in contrast to the functionality available from the deprecated API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What's the plan looking like for expanding the new PowerBI custom visuals API? How fast are changes being rolled out, and is there a calendar for these new changes?&lt;/STRONG&gt;&amp;nbsp;I find myself blocked in the process of creating several custom visuals because the API is not at parity with the deprecated API. As one example, there is no functionality in the new API that is at parity with IInteractiveBehavior or IInteractivityService.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 17:27:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/72928#M2441</guid>
      <dc:creator>viviana</dc:creator>
      <dc:date>2016-09-28T17:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Developing Custom Visuals: Old API vs New API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/73660#M2461</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14837"&gt;@viviana﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on my research, you may take a look at &lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Selection.md" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Selection.md&lt;/A&gt;. As for the upcoming features, see &lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Roadmap/README.md" target="_blank"&gt;Roadmap&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 11:34:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/73660#M2461</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-09-30T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Developing Custom Visuals: Old API vs New API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/73785#M2472</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the links! I've been working with the SelectionManager in the new API, but it's not yet at parity with the functionality of IInteractiveBehavior or IInteractivityService.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on creating a custom slicer. I've looked at the source code for the slicer visual itself (this source code uses the old API), and it makes extensive use of both classes (&lt;SPAN&gt;IInteractiveBehavior or IInteractivityService)&lt;/SPAN&gt;, in particular, a function called persistFilter(...).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also curious to know more details about the features&amp;nbsp;outlined in the RoadMap - there aren't any dates or scheudles as to when we can expect new features to roll out, apart from the ones that are now code complete. The documentation seems incomplete.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:45:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/73785#M2472</guid>
      <dc:creator>viviana</dc:creator>
      <dc:date>2016-09-30T16:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Developing Custom Visuals: Old API vs New API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/74703#M2511</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14837"&gt;@viviana﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the Documentation of the API is incomplete. They are working on that.&lt;/P&gt;&lt;P&gt;I hope we get more Information in the next Weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mcburn&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 08:50:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/74703#M2511</guid>
      <dc:creator>Mcburn</dc:creator>
      <dc:date>2016-10-04T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Developing Custom Visuals: Old API vs New API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/74880#M2537</link>
      <description>&lt;P&gt;Hi Mcburn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Likewise, I hope we get more information in the upcoming weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Vivian&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 16:09:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Developing-Custom-Visuals-Old-API-vs-New-API/m-p/74880#M2537</guid>
      <dc:creator>viviana</dc:creator>
      <dc:date>2016-10-04T16:09:03Z</dc:date>
    </item>
  </channel>
</rss>

