<?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: Unable to getSlicerState from Tuple Slicer (Uncaught TypeError) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1993251#M30873</link>
    <description>&lt;P&gt;Nope.&amp;nbsp; The latest news I got a few weeks ago from the Power BI support team: it is on the backlog of the product team, but no ETA can be given... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 14:28:42 GMT</pubDate>
    <dc:creator>Piloos</dc:creator>
    <dc:date>2021-08-02T14:28:42Z</dc:date>
    <item>
      <title>Unable to getSlicerState from Tuple Slicer (Uncaught TypeError)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1235006#M24831</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am trying to get the SlicerState from a Tuple-Slicer so that i can store the user-selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when child elements are selected and also top/fahter-level elements (check screenshot) the powerbi-client will thrown an error.&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="2020-07-20 14_10_43-Markt und Wettbewerb Test.png" style="width: 446px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/315297i70C56BAEF58894B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-07-20 14_10_43-Markt und Wettbewerb Test.png" alt="2020-07-20 14_10_43-Markt und Wettbewerb Test.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am not able to read the current slicer state, what can i do/try?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 12:14:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1235006#M24831</guid>
      <dc:creator>Muesli</dc:creator>
      <dc:date>2020-07-20T12:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to getSlicerState from Tuple Slicer (Uncaught TypeError)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1235375#M24833</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/48536"&gt;@Muesli&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Looks like the native hierarchy slicer is not supported for use with 'GetSlicerState' yet.&lt;BR /&gt;&lt;A href="https://github.com/microsoft/PowerBI-JavaScript/wiki/Slicers#limitations" target="_blank" rel="noopener"&gt;https://github.com/microsoft/PowerBI-JavaScript/wiki/Slicers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not aware of any workaround - so you might have to settle for another slicer type.&lt;BR /&gt;Cheers, Matt&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 14:27:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1235375#M24833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-20T14:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to getSlicerState from Tuple Slicer (Uncaught TypeError)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1732453#M28490</link>
      <description>&lt;P&gt;For some reason, it does return&amp;nbsp;&lt;EM&gt;tuple &lt;/EM&gt;in rare occassion.&amp;nbsp; But this is not consistent, usually it throws the error...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the result of getSlicerState() that I sometimes get...&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;state: {
filters: [
{"$schema":"http://powerbi.com/product/schema#tuple","filterType":6,"operator":"In","target":[{"column":"FinancialYear","table":"Fact_TransactionLines"},{"column":"FinancialYearPeriod","table":"Fact_TransactionLines"}],"values":[[{"value":"2021"},{"value":"2021-P01"}],[{"value":"2021"},{"value":"2021-P02"}]]}
], 
targets: [
{"column":"FinancialYear","table":"Fact_TransactionLines"}
]
}, &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additional links:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Issues/getSlicerState-error/idc-p/1692319#M64661" target="_blank"&gt;https://community.powerbi.com/t5/Issues/getSlicerState-error/idc-p/1692319#M64661&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Issues/getSlicerState-not-working-for-slicers-with-hierarchy/idi-p/1699287" target="_blank"&gt;https://community.powerbi.com/t5/Issues/getSlicerState-not-working-for-slicers-with-hierarchy/idi-p/1699287&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-slicers#limitations" target="_blank"&gt;https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-slicers#limitations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I have more info, I 'll let you know.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1732453#M28490</guid>
      <dc:creator>Piloos</dc:creator>
      <dc:date>2021-03-19T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to getSlicerState from Tuple Slicer (Uncaught TypeError)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1993235#M30872</link>
      <description>&lt;P&gt;I'm getting the same error&amp;nbsp;"get and set slicer state are not supported for hierarchy slicer".&lt;BR /&gt;PowerBI still doesn't have a workaround?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 14:23:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1993235#M30872</guid>
      <dc:creator>brnyza</dc:creator>
      <dc:date>2021-08-02T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to getSlicerState from Tuple Slicer (Uncaught TypeError)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1993251#M30873</link>
      <description>&lt;P&gt;Nope.&amp;nbsp; The latest news I got a few weeks ago from the Power BI support team: it is on the backlog of the product team, but no ETA can be given... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 14:28:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-getSlicerState-from-Tuple-Slicer-Uncaught-TypeError/m-p/1993251#M30873</guid>
      <dc:creator>Piloos</dc:creator>
      <dc:date>2021-08-02T14:28:42Z</dc:date>
    </item>
  </channel>
</rss>

