<?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: If not filter, show value table with condition in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2765947#M85905</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="441007" data-lia-user-login="thaonguyen" class="lia-mention lia-mention-user"&gt;thaonguyen&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I notice a small mistake in the code. Please refer to the updated one in the "Marked as accepted solution" reply.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 04:01:58 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-09-14T04:01:58Z</dc:date>
    <item>
      <title>If not filter, show value table with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2764045#M85784</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem about slicer and table list.&lt;/P&gt;&lt;P&gt;I have an example table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have a slicer BU. When I don't filter any slicers, I want the table only shows records that have NOTE = off/ null.&lt;/P&gt;&lt;P&gt;If I filter BU, the table will show all NOTE.&lt;/P&gt;&lt;P&gt;Please help me with it,&lt;/P&gt;&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 10:14:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2764045#M85784</guid>
      <dc:creator>thaonguyen</dc:creator>
      <dc:date>2022-09-13T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: If not filter, show value table with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2764354#M85808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="441007" data-lia-user-login="thaonguyen" class="lia-mention lia-mention-user"&gt;thaonguyen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow attached sample file for the solution&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Filter Measure = 
IF (
    ISFILTERED ( 'BU Selection'[BU] ),
    1,
    COUNTROWS ( 
        FILTER ( Data, Data[NOTE] IN { "off", BLANK ( ) } )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 04:00:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2764354#M85808</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-14T04:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: If not filter, show value table with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2765868#M85897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I really got it. Thank you so much for your comment&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 03:09:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2765868#M85897</guid>
      <dc:creator>thaonguyen</dc:creator>
      <dc:date>2022-09-14T03:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: If not filter, show value table with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2765947#M85905</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="441007" data-lia-user-login="thaonguyen" class="lia-mention lia-mention-user"&gt;thaonguyen&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I notice a small mistake in the code. Please refer to the updated one in the "Marked as accepted solution" reply.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 04:01:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/If-not-filter-show-value-table-with-condition/m-p/2765947#M85905</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-14T04:01:58Z</dc:date>
    </item>
  </channel>
</rss>

