<?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 JavaScript API not catching Data Selection event on the Slicer in the embedded power bi report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/293615#M8656</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When selecting data from a slicer in my power bi embedded report, the dataSelected event is not firing anymore, I used to catch this event and work on it normally.&amp;nbsp;What did go wrong?&lt;/P&gt;&lt;P&gt;I didn't change the code and it was working normally, it stopped working today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
    <pubDate>Tue, 31 Oct 2017 14:57:40 GMT</pubDate>
    <dc:creator>cyan</dc:creator>
    <dc:date>2017-10-31T14:57:40Z</dc:date>
    <item>
      <title>How to get the selected data from a slicer in JavaScript?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/293734#M8626</link>
      <description>&lt;P&gt;How do I get the value of a selected data from a Slicer in an embedded Power BI report with JavaScript API?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 18:20:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/293734#M8626</guid>
      <dc:creator>cyan</dc:creator>
      <dc:date>2017-10-31T18:20:47Z</dc:date>
    </item>
    <item>
      <title>JavaScript API not catching Data Selection event on the Slicer in the embedded power bi report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/293615#M8656</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When selecting data from a slicer in my power bi embedded report, the dataSelected event is not firing anymore, I used to catch this event and work on it normally.&amp;nbsp;What did go wrong?&lt;/P&gt;&lt;P&gt;I didn't change the code and it was working normally, it stopped working today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:57:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/293615#M8656</guid>
      <dc:creator>cyan</dc:creator>
      <dc:date>2017-10-31T14:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API not catching Data Selection event on the Slicer in the embedded power bi report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/294104#M8658</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/32273"&gt;@cyan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When selecting data from a slicer in my power bi embedded report, the dataSelected event is not firing anymore, I used to catch this event and work on it normally.&amp;nbsp;What did go wrong?&lt;/P&gt;
&lt;P&gt;I didn't change the code and it was working normally, it stopped working today.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/32273"&gt;@cyan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I can confirm that the dataselected won't fire when clicking on a slicer. Can you ensure it was working? If so, you can submit an issue at&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/issues" target="_blank"&gt;https://github.com/Microsoft/PowerBI-JavaScript/issues&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 08:05:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/294104#M8658</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-01T08:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API not catching Data Selection event on the Slicer in the embedded power bi report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/294348#M8668</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;&amp;nbsp;yes it was working, I also tested to change the orientation of the slicer from vertical to horizontal and it triggers the dataSelected event in the horizontal orientation (Where the items are represented as buttons instead of checkboxes), so I did report an issue &lt;A href="http://community.powerbi.com/t5/Issues/Vertical-Orientation-Slicer-Not-triggering-Data-Selection-event/idi-p/293770" target="_blank"&gt;http://community.powerbi.com/t5/Issues/Vertical-Orientation-Slicer-Not-triggering-Data-Selection-event/idi-p/293770&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I will submit an issue at the link you provided as well, Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 14:18:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/294348#M8668</guid>
      <dc:creator>cyan</dc:creator>
      <dc:date>2017-11-01T14:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API not catching Data Selection event on the Slicer in the embedded power bi report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/294731#M8677</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/32273"&gt;@cyan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;&amp;nbsp;yes it was working, I also tested to change the orientation of the slicer from vertical to horizontal and it triggers the dataSelected event in the horizontal orientation (Where the items are represented as buttons instead of checkboxes), so I did report an issue &lt;A href="http://community.powerbi.com/t5/Issues/Vertical-Orientation-Slicer-Not-triggering-Data-Selection-event/idi-p/293770" target="_blank"&gt;http://community.powerbi.com/t5/Issues/Vertical-Orientation-Slicer-Not-triggering-Data-Selection-event/idi-p/293770&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I will submit an issue at the link you provided as well, Thanks.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/32273"&gt;@cyan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Some one (may be you?) has submit &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/issues/278" target="_self"&gt;that issue in Github lib&lt;/A&gt; and the PG teamis working on a fix.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 05:37:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/294731#M8677</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-02T05:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the selected data from a slicer in JavaScript?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/409277#M12203</link>
      <description>&lt;P&gt;HI, DO we have any update on this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 21:00:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/409277#M12203</guid>
      <dc:creator>keyurishah</dc:creator>
      <dc:date>2018-05-02T21:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the selected data from a slicer in JavaScript?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/877946#M21757</link>
      <description>&lt;P&gt;I have the same problem. The datasected even was firing when the slicer selction changed. It is not firing any more. Is anybody working on this?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 18:05:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-the-selected-data-from-a-slicer-in-JavaScript/m-p/877946#M21757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-17T18:05:40Z</dc:date>
    </item>
  </channel>
</rss>

