<?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: COUNTROWS USING FILTER ISSUE in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTROWS-USING-FILTER-ISSUE/m-p/3657663#M141718</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478644" data-lia-user-login="saurabhtd" class="lia-mention lia-mention-user"&gt;saurabhtd&lt;/a&gt;&amp;nbsp;They are both fact tables and connect via many to one relationship there is a third fact table between the two&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2024 16:41:48 GMT</pubDate>
    <dc:creator>1984</dc:creator>
    <dc:date>2024-01-24T16:41:48Z</dc:date>
    <item>
      <title>COUNTROWS USING FILTER ISSUE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTROWS-USING-FILTER-ISSUE/m-p/3657286#M141692</link>
      <description>&lt;P&gt;Hi Community&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to add an additional filter to an existing countrow + filter column and have some issues I could do with some support if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my column is currently:&lt;/P&gt;&lt;P&gt;Column = CALCULATE(&lt;BR /&gt;COUNTROWS('INSTALL'),&lt;BR /&gt;FILTER('INSTALL',&lt;BR /&gt;'INSTALL'[Installation_Date__c] = 'Actuals Summary 23-24'[MMM-YY])&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I would like to add an additional filter to it I have tried two variations as follows:&lt;/P&gt;&lt;P&gt;COLUMN = CALCULATE(&lt;BR /&gt;COUNTROWS('INSTALL'),&lt;BR /&gt;FILTER('INSTALL',&lt;BR /&gt;'INSTALL'[Installation_Date__c] = 'Actuals Summary 23-24'[MMM-YY])&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;amp;&lt;BR /&gt;&lt;BR /&gt;FILTER('JOB',&lt;BR /&gt;'JOB'[Code]="POSS")&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;COLUMN = CALCULATE(&lt;BR /&gt;COUNTROWS('INSTALL'),&lt;BR /&gt;FILTER('INSTALL', 'JOB',&lt;BR /&gt;'INSTALL'[Installation_Date__c] = 'Actuals Summary 23-24'[MMM-YY]||'JOB'[Code]="POSS")&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortuantely both don't work.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 13:54:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTROWS-USING-FILTER-ISSUE/m-p/3657286#M141692</guid>
      <dc:creator>1984</dc:creator>
      <dc:date>2024-01-24T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: COUNTROWS USING FILTER ISSUE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTROWS-USING-FILTER-ISSUE/m-p/3657332#M141695</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95090" data-lia-user-login="1984" class="lia-mention lia-mention-user"&gt;1984&lt;/a&gt;&amp;nbsp;Is&amp;nbsp;&lt;SPAN&gt;INSTALL a fact and&amp;nbsp;JOB a dimension and both have relationship between them ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:19:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTROWS-USING-FILTER-ISSUE/m-p/3657332#M141695</guid>
      <dc:creator>saurabhtd</dc:creator>
      <dc:date>2024-01-24T14:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: COUNTROWS USING FILTER ISSUE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTROWS-USING-FILTER-ISSUE/m-p/3657663#M141718</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478644" data-lia-user-login="saurabhtd" class="lia-mention lia-mention-user"&gt;saurabhtd&lt;/a&gt;&amp;nbsp;They are both fact tables and connect via many to one relationship there is a third fact table between the two&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:41:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNTROWS-USING-FILTER-ISSUE/m-p/3657663#M141718</guid>
      <dc:creator>1984</dc:creator>
      <dc:date>2024-01-24T16:41:48Z</dc:date>
    </item>
  </channel>
</rss>

