<?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 Implement Bookmark in Custom Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Implement-Bookmark-in-Custom-Visual/m-p/382699#M11358</link>
    <description>&lt;P&gt;I am trying to implement support for bookmarks within my custom visuals, following the instructions given at &lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/BookmarksSupport.md" target="_self"&gt;Power BI Report Bookmarks.&lt;/A&gt; However, it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the lastest packages downloaded from NPM:&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;"powerbi-visuals-utils-dataviewutils"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"1.4.1"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;"powerbi-visuals-utils-interactivityutils"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"3.1.0"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"powerbi-visuals-tools"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"1.11.2"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Even though the visual tools is version 1.11.2 it is only possible to install up to API 1.10. [Note also, that the instructions for bookmarking states that SelectionManager only works with API 1.11]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the InteractivityService to manage selections within the visual, and can support cross highlighting / filtering with selections both within the custom visual and reciprocal behaviour from other visuals (i.e. if selections are made within other visuals then the custom visual is either filtered or highlighted as required).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;(a) The documentation states that the bookmark functionality works with version 1.11 updwards. Is that a mistake in the documentation? If not, then when will API 1.11 be made available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(b) The documentation states that no changes are required to support bookmarking if the custom visual supports InteractivityService; however, that does not appear to be the case. When a bookmark is selected then the selection is not applied to the custom visual. Is it correct that no changes are required if the custom visual supports InteractivityService [not this is not a custom filter, but a graphing visual].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Mar 2018 15:01:14 GMT</pubDate>
    <dc:creator>diaAzul</dc:creator>
    <dc:date>2018-03-23T15:01:14Z</dc:date>
    <item>
      <title>Implement Bookmark in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Implement-Bookmark-in-Custom-Visual/m-p/382699#M11358</link>
      <description>&lt;P&gt;I am trying to implement support for bookmarks within my custom visuals, following the instructions given at &lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/BookmarksSupport.md" target="_self"&gt;Power BI Report Bookmarks.&lt;/A&gt; However, it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the lastest packages downloaded from NPM:&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;"powerbi-visuals-utils-dataviewutils"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"1.4.1"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;"powerbi-visuals-utils-interactivityutils"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"3.1.0"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"powerbi-visuals-tools"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"1.11.2"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Even though the visual tools is version 1.11.2 it is only possible to install up to API 1.10. [Note also, that the instructions for bookmarking states that SelectionManager only works with API 1.11]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the InteractivityService to manage selections within the visual, and can support cross highlighting / filtering with selections both within the custom visual and reciprocal behaviour from other visuals (i.e. if selections are made within other visuals then the custom visual is either filtered or highlighted as required).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;(a) The documentation states that the bookmark functionality works with version 1.11 updwards. Is that a mistake in the documentation? If not, then when will API 1.11 be made available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(b) The documentation states that no changes are required to support bookmarking if the custom visual supports InteractivityService; however, that does not appear to be the case. When a bookmark is selected then the selection is not applied to the custom visual. Is it correct that no changes are required if the custom visual supports InteractivityService [not this is not a custom filter, but a graphing visual].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 15:01:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Implement-Bookmark-in-Custom-Visual/m-p/382699#M11358</guid>
      <dc:creator>diaAzul</dc:creator>
      <dc:date>2018-03-23T15:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Implement Bookmark in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Implement-Bookmark-in-Custom-Visual/m-p/384520#M11418</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50134"&gt;@diaAzul&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no problem to update visual API to 1.11.0.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/usage.md#upgrading-to-a-different-api-version" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/usage.md#upgrading-to-a-different-api-version&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 09:43:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Implement-Bookmark-in-Custom-Visual/m-p/384520#M11418</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2018-03-27T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Implement Bookmark in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Implement-Bookmark-in-Custom-Visual/m-p/384717#M11423</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389"&gt;@v-chuncz-msft&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, don't know what I was doing wrong before. It updated this time - same commands, same sequence (I can see it in the command history), different day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:35:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Implement-Bookmark-in-Custom-Visual/m-p/384717#M11423</guid>
      <dc:creator>diaAzul</dc:creator>
      <dc:date>2018-03-27T13:35:55Z</dc:date>
    </item>
  </channel>
</rss>

