<?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 How to Display nothing from that slicer if nothing select from it in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795081#M87804</link>
    <description>&lt;P&gt;Hi, all please help me,&amp;nbsp; how to write Dax for this situation,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have 4 slicers created from field parameter&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, when I did not select anything from that slicer it shows all data, I really want it to display nothing,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if I select slicer1,3,4 but slicer 2not select&amp;nbsp;&lt;/P&gt;&lt;P&gt;the graph should show data from slicers 1,3,4&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thank you in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 05:45:36 GMT</pubDate>
    <dc:creator>firstch</dc:creator>
    <dc:date>2022-09-26T05:45:36Z</dc:date>
    <item>
      <title>How to Display nothing from that slicer if nothing select from it</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795081#M87804</link>
      <description>&lt;P&gt;Hi, all please help me,&amp;nbsp; how to write Dax for this situation,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have 4 slicers created from field parameter&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, when I did not select anything from that slicer it shows all data, I really want it to display nothing,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if I select slicer1,3,4 but slicer 2not select&amp;nbsp;&lt;/P&gt;&lt;P&gt;the graph should show data from slicers 1,3,4&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thank you in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 05:45:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795081#M87804</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-09-26T05:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display nothing from that slicer if nothing select from it</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795706#M87841</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="386752" data-lia-user-login="firstch" class="lia-mention lia-mention-user"&gt;firstch&lt;/a&gt; , Create a meausre like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Int(calculate(isfiltered(Table[Column1]), allselected()) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Int(calculate(isfiltered(Table[Column1]) || isfiltered(Table[Column2]), allselected()) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;add other columns, change Or || with And &amp;amp;&amp;amp;, if needed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use the above measure in visual level filter and filter for value =1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer : &lt;A href="https://www.youtube.com/watch?v=sXn-QZqLD-8" target="_blank"&gt;https://www.youtube.com/watch?v=sXn-QZqLD-8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:39:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795706#M87841</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-09-26T08:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display nothing from that slicer if nothing select from it</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795752#M87844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;I will try it thank you&lt;BR /&gt;&lt;BR /&gt;Best Regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:45:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795752#M87844</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-09-26T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display nothing from that slicer if nothing select from it</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795798#M87848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It doesn't work, i filter only slicer 1 but data from slicer 2,3,4 still show. is there another solution?&lt;BR /&gt;Best Regard&lt;BR /&gt;firstch&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:57:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Display-nothing-from-that-slicer-if-nothing-select-from/m-p/2795798#M87848</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-09-26T08:57:35Z</dc:date>
    </item>
  </channel>
</rss>

