<?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 Count with multiple criteria in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3671907#M142437</link>
    <description>&lt;P&gt;Hi Guys!&lt;/P&gt;&lt;P&gt;Some one can help me please!&lt;/P&gt;&lt;P&gt;I would like to count the number of "Pass" and "Fail" how can i dot it please below is my Dax-mesure:&lt;/P&gt;&lt;P&gt;NbrDistr = CALCULATE(COUNTROWS(IMrepository),IMrepository[Dist_targ_SIA]=&amp;nbsp;"Pass")&lt;/P&gt;&lt;P&gt;i would like to also count "Fail" in the&amp;nbsp;criteria&lt;/P&gt;&lt;P&gt;how can i do it?&lt;/P&gt;&lt;P&gt;Thank for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2024 04:03:25 GMT</pubDate>
    <dc:creator>dofrancis3</dc:creator>
    <dc:date>2024-02-01T04:03:25Z</dc:date>
    <item>
      <title>Count with multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3671907#M142437</link>
      <description>&lt;P&gt;Hi Guys!&lt;/P&gt;&lt;P&gt;Some one can help me please!&lt;/P&gt;&lt;P&gt;I would like to count the number of "Pass" and "Fail" how can i dot it please below is my Dax-mesure:&lt;/P&gt;&lt;P&gt;NbrDistr = CALCULATE(COUNTROWS(IMrepository),IMrepository[Dist_targ_SIA]=&amp;nbsp;"Pass")&lt;/P&gt;&lt;P&gt;i would like to also count "Fail" in the&amp;nbsp;criteria&lt;/P&gt;&lt;P&gt;how can i do it?&lt;/P&gt;&lt;P&gt;Thank for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 04:03:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3671907#M142437</guid>
      <dc:creator>dofrancis3</dc:creator>
      <dc:date>2024-02-01T04:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count with multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3671918#M142440</link>
      <description>&lt;P&gt;This is the colomn&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like to have 8&amp;nbsp;&lt;/P&gt;&lt;P&gt;i don't like Count fountion&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 04:07:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3671918#M142440</guid>
      <dc:creator>dofrancis3</dc:creator>
      <dc:date>2024-02-01T04:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count with multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3671921#M142441</link>
      <description>&lt;P&gt;NbrDistr = CALCULATE(COUNTROWS(IMrepository),IMrepository[Dist_targ_SIA]= "Pass"||IMrepository[Dist_targ_SIA]= "Fail")&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 04:08:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3671921#M142441</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2024-02-01T04:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count with multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3672007#M142444</link>
      <description>&lt;P&gt;Please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PassFailCount =
CALCULATE (
    COUNTROWS ( IMrepository ),
    KEEPFILTERS ( IMrepository[Dist_targ_SIA] IN { "Pass", "Fail" } )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 01 Feb 2024 05:16:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3672007#M142444</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2024-02-01T05:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count with multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3672704#M142486</link>
      <description>&lt;P&gt;Thank you so mutch Daniel it work&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 10:25:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-with-multiple-criteria/m-p/3672704#M142486</guid>
      <dc:creator>dofrancis3</dc:creator>
      <dc:date>2024-02-01T10:25:27Z</dc:date>
    </item>
  </channel>
</rss>

