<?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: Filter rows in a table with conditions to a group of values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215386#M117379</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;place the following message in the filter pane of the matrix visual, select "is not blank" then apply the filter&lt;/P&gt;
&lt;P&gt;FilterMeasure =&lt;BR /&gt;COUNTROWS (&lt;BR /&gt;FILTER (&lt;BR /&gt;'Concurrent Documents',&lt;BR /&gt;'Concurrent Documents'[Document Category]&lt;BR /&gt;IN { "Master Document", "Project Document" }&lt;BR /&gt;|| 'Concurrent Documents'[Reason] = "Z - As Built"&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2023 10:03:57 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-05-02T10:03:57Z</dc:date>
    <item>
      <title>Filter rows in a table with conditions to a group of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215292#M117373</link>
      <description>&lt;P&gt;Hi Community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table called Concurrent Documents.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;As you might have seen from above screen, every Drawing Number divided into Master and Copy(bold and grey) and inside one Master Drawing Numbers there can be several copies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Document Category in {Master Document,&amp;nbsp;Project Document} it is &lt;STRONG&gt;Master&lt;/STRONG&gt;,&amp;nbsp;If Document Category in {Project Working Copy, Working Copy} it is &lt;STRONG&gt;Copy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The task is that I need to display on table visual&amp;nbsp;Master Drawing Numbers with their copies, however ALL Copy numbers ,must be in Reason for Issue =&amp;nbsp;Z - As Built.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And no matter what status have the Master Document.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in above screen first Master Document 010-0700-JJJ-LAY-20001-03 have copies with Reason For Issue not&amp;nbsp;Z - As Built and we don't need this rows. All copies need to be in&amp;nbsp;Z - As Built. Just like this example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;Hope I explained correctly,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 09:28:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215292#M117373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-02T09:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter rows in a table with conditions to a group of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215386#M117379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;place the following message in the filter pane of the matrix visual, select "is not blank" then apply the filter&lt;/P&gt;
&lt;P&gt;FilterMeasure =&lt;BR /&gt;COUNTROWS (&lt;BR /&gt;FILTER (&lt;BR /&gt;'Concurrent Documents',&lt;BR /&gt;'Concurrent Documents'[Document Category]&lt;BR /&gt;IN { "Master Document", "Project Document" }&lt;BR /&gt;|| 'Concurrent Documents'[Reason] = "Z - As Built"&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 10:03:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215386#M117379</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-02T10:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter rows in a table with conditions to a group of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215457#M117381</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;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case i get the Master Documents that appears without copies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In first table I placed the filter, and second as it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;How should I exclude this Master Documents that occurs alone, I need to display values only with existing Copies that equal to&amp;nbsp;&lt;SPAN&gt;'Concurrent Documents'[Reason] = "Z - As Built".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 10:42:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215457#M117381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-02T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter rows in a table with conditions to a group of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215540#M117389</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you please paste a screenshot of the dax code that you have used?&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 11:44:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215540#M117389</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-02T11:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filter rows in a table with conditions to a group of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215560#M117393</link>
      <description>&lt;P&gt;&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;BR /&gt;Here the screen, could you check please&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 12:06:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215560#M117393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-02T12:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filter rows in a table with conditions to a group of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215569#M117394</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;FilterMeasure =&lt;BR /&gt;COUNTROWS (&lt;BR /&gt;FILTER (&lt;BR /&gt;'Concurrent Documents',&lt;BR /&gt;'Concurrent Documents'[Reason] = "Z - As Built"&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 12:05:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215569#M117394</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-02T12:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter rows in a table with conditions to a group of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215597#M117399</link>
      <description>&lt;P&gt;&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;Now this do the same but ignoring Master Document that have other Reason for Issue Status.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I need to display Masters with their copies which have Reason = Z and if Master Document even have one Copy in another Reason then we need to exlcude all rows with Master Document also&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 12:15:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-rows-in-a-table-with-conditions-to-a-group-of-values/m-p/3215597#M117399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-02T12:15:47Z</dc:date>
    </item>
  </channel>
</rss>

