<?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: DAX function to count values in column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/814864#M5367</link>
    <description>&lt;PRE&gt;Count = CALCULATE(Countrows(Table),Table[Column]="Overdue")&lt;/PRE&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="177444" data-lia-user-login="EmilyM2019" class="lia-mention lia-mention-user"&gt;EmilyM2019&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2019 14:09:50 GMT</pubDate>
    <dc:creator>Nathaniel_C</dc:creator>
    <dc:date>2019-10-10T14:09:50Z</dc:date>
    <item>
      <title>DAX function to count values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/814851#M5365</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column that contains various rows of different text, some of the rows say "Overdue" some say "Not due" some are blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I create a DAX formula to count all the Overdue rows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry totally new to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA Emily.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 13:58:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/814851#M5365</guid>
      <dc:creator>EmilyM2019</dc:creator>
      <dc:date>2019-10-10T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: DAX function to count values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/814864#M5367</link>
      <description>&lt;PRE&gt;Count = CALCULATE(Countrows(Table),Table[Column]="Overdue")&lt;/PRE&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="177444" data-lia-user-login="EmilyM2019" class="lia-mention lia-mention-user"&gt;EmilyM2019&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 14:09:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/814864#M5367</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-10-10T14:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: DAX function to count values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/814870#M5368</link>
      <description>&lt;P&gt;Awesome, thanks so much.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 14:22:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/814870#M5368</guid>
      <dc:creator>EmilyM2019</dc:creator>
      <dc:date>2019-10-10T14:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: DAX function to count values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/2548119#M72030</link>
      <description>&lt;P&gt;What about to count "overdue" and "not due" both?&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 15:19:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/2548119#M72030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-30T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: DAX function to count values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/2548134#M72031</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Please try this:&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Count = CALCULATE(Countrows(overdue),overdue[Column1]="Overdue" || overdue[Column1]= "Not overdue")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 15:32:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/2548134#M72031</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2022-05-30T15:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: DAX function to count values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/2642848#M77665</link>
      <description>&lt;P&gt;I am a new user of Power Bi and you are a star to solve my issue of not having countif in Power BI.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 06:20:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-function-to-count-values-in-column/m-p/2642848#M77665</guid>
      <dc:creator>walsamoht</dc:creator>
      <dc:date>2022-07-17T06:20:07Z</dc:date>
    </item>
  </channel>
</rss>

