<?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 in DAX in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Count-in-DAX/m-p/115034#M3965</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have similar table and i have used excel Count formula to calculate column&amp;nbsp;Total. I &amp;nbsp;wanted to know what is the DAX formula to be used to get similar result in Power BI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/26589iDA21A6AECAA0AC89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lionel&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 08:02:14 GMT</pubDate>
    <dc:creator>Lionel</dc:creator>
    <dc:date>2017-01-18T08:02:14Z</dc:date>
    <item>
      <title>Count in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Count-in-DAX/m-p/115034#M3965</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have similar table and i have used excel Count formula to calculate column&amp;nbsp;Total. I &amp;nbsp;wanted to know what is the DAX formula to be used to get similar result in Power BI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/26589iDA21A6AECAA0AC89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lionel&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 08:02:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Count-in-DAX/m-p/115034#M3965</guid>
      <dc:creator>Lionel</dc:creator>
      <dc:date>2017-01-18T08:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Count-in-DAX/m-p/115682#M3983</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/20054"&gt;@Lionel&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You can create a calculated column.&lt;/P&gt;
&lt;PRE&gt;Total = IF(ISBLANK(Table1[NCR1]),0,1)+IF(ISBLANK(Table1[NCR2]),0,1)+IF(ISBLANK(Table1[NCR3]),0,1)+IF(ISBLANK(Table1[NCR4]),0,1)+IF(ISBLANK(Table1[NCR5]),0,1)&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/26748i71DF775D3879B5A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:37:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Count-in-DAX/m-p/115682#M3983</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-01-19T07:37:31Z</dc:date>
    </item>
  </channel>
</rss>

