<?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: Help - new measure to count Number of 'Yes' or 'No' values in column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/3270974#M121237</link>
    <description>&lt;P&gt;There are a few ways you can do this depending on your use case! Here's an example of creating 2 measures for each yes and no. Plug in your table and column names and it should work for you.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;number of yes = CALCULATE (
    COUNT ( 'Table'[ID] ),
    'Table'[yes/no column] = "Yes"
)

number of no = CALCULATE (
    COUNT ( 'Table'[ID] ),
    'Table'[yes/no column] = "No"
)&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 06 Jun 2023 16:25:15 GMT</pubDate>
    <dc:creator>Syk</dc:creator>
    <dc:date>2023-06-06T16:25:15Z</dc:date>
    <item>
      <title>Help - new measure to count Number of 'Yes' or 'No' values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/3270782#M121221</link>
      <description>&lt;P&gt;Help! I am new to Power BI and I need to work out how to create a measure to count all the number of 'Yes' or 'No' responses within a specific column of a table.....can anyone direct me for which formula I need?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 14:44:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/3270782#M121221</guid>
      <dc:creator>Ashleigh1904</dc:creator>
      <dc:date>2023-06-06T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help - new measure to count Number of 'Yes' or 'No' values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/3270974#M121237</link>
      <description>&lt;P&gt;There are a few ways you can do this depending on your use case! Here's an example of creating 2 measures for each yes and no. Plug in your table and column names and it should work for you.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;number of yes = CALCULATE (
    COUNT ( 'Table'[ID] ),
    'Table'[yes/no column] = "Yes"
)

number of no = CALCULATE (
    COUNT ( 'Table'[ID] ),
    'Table'[yes/no column] = "No"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 06 Jun 2023 16:25:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/3270974#M121237</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2023-06-06T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help - new measure to count Number of 'Yes' or 'No' values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/4243791#M168022</link>
      <description>&lt;P&gt;Not so fast grasshopper!!&amp;nbsp; Maybe I blew something up, but this is what I get on this.&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;</description>
      <pubDate>Wed, 16 Oct 2024 00:52:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/4243791#M168022</guid>
      <dc:creator>NotMyJob</dc:creator>
      <dc:date>2024-10-16T00:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help - new measure to count Number of 'Yes' or 'No' values in column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/4333500#M172057</link>
      <description>&lt;P&gt;this worked a treat for me - I exactly needed YES and NO, so used your example as template and was very happy with the output - thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 16:44:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-new-measure-to-count-Number-of-Yes-or-No-values-in-column/m-p/4333500#M172057</guid>
      <dc:creator>Spraggle</dc:creator>
      <dc:date>2024-12-17T16:44:29Z</dc:date>
    </item>
  </channel>
</rss>

