<?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: True/False column with blanks - how to count the blanks in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/899875#M8209</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="172151" data-lia-user-login="sharpedogs" class="lia-mention lia-mention-user"&gt;sharpedogs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try a column&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column = calculate(countrows('Table');
FILTER(ALL('Table');ISBLANK('Table'[Has Exchange]) &amp;amp;&amp;amp; ISBLANK('Table'[Has OneDrive]))
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://linkedin.com/in/alekseizhukov" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 20:18:03 GMT</pubDate>
    <dc:creator>az38</dc:creator>
    <dc:date>2020-01-14T20:18:03Z</dc:date>
    <item>
      <title>True/False column with blanks - how to count the blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/899853#M8206</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with two seperate columns that are both True/False. But there are also blanks in those columns. I want to calcualte the number of rows in both columns where both of them have a blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A sample table below. I want to return a count of 1, because Jack has a blank in both columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users&amp;nbsp; &amp;nbsp; &amp;nbsp;Has Exchange&amp;nbsp; &amp;nbsp; Has OneDrive&lt;BR /&gt;Bob&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TRUE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TRUE&lt;BR /&gt;Jack&lt;BR /&gt;Sam&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FALSE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; False&lt;BR /&gt;Dave&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TRUE&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 19:25:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/899853#M8206</guid>
      <dc:creator>sharpedogs</dc:creator>
      <dc:date>2020-01-14T19:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: True/False column with blanks - how to count the blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/899874#M8208</link>
      <description>&lt;P&gt;It seems like this might be a good case for a calculated column&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://personalpowerbitrainer.com/" target="_blank"&gt;I'm a personal Power Bi Trainer&lt;/A&gt;&lt;EM&gt; I learn something every time I answer a question&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The Golden Rules for Power BI&lt;/EM&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use a Calendar table. A custom Date tables is preferable to using the automatic date/time handling capabilities of Power BI. &lt;A href="https://www.youtube.com/watch?v=FxiAYGbCfAQ" target="_blank"&gt;https://www.youtube.com/watch?v=FxiAYGbCfAQ&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Build your data model as a Star Schema. Creating a star schema in Power BI is the best practice to improve performance and more importantly, to ensure accurate results! &lt;A href="https://www.youtube.com/watch?v=1Kilya6aUQw" target="_blank"&gt;https://www.youtube.com/watch?v=1Kilya6aUQw&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Use a small set up sample data when developing. When building your measures and calculated columns always use a small amount of sample data so that it will be easier to confirm that you are getting the right numbers.&lt;/LI&gt;&lt;LI&gt;Store all your intermediate calculations in VARs when you’re writing measures. You can return these intermediate VARs instead of your final result &amp;nbsp;to check on your steps along the way.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 14 Jan 2020 20:17:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/899874#M8208</guid>
      <dc:creator>kentyler</dc:creator>
      <dc:date>2020-01-14T20:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: True/False column with blanks - how to count the blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/899875#M8209</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="172151" data-lia-user-login="sharpedogs" class="lia-mention lia-mention-user"&gt;sharpedogs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try a column&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column = calculate(countrows('Table');
FILTER(ALL('Table');ISBLANK('Table'[Has Exchange]) &amp;amp;&amp;amp; ISBLANK('Table'[Has OneDrive]))
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://linkedin.com/in/alekseizhukov" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 20:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/899875#M8209</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-01-14T20:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: True/False column with blanks - how to count the blanks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/907895#M8578</link>
      <description>&lt;P&gt;You can create a measure using the SUMX iterator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 15:58:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/True-False-column-with-blanks-how-to-count-the-blanks/m-p/907895#M8578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-22T15:58:20Z</dc:date>
    </item>
  </channel>
</rss>

