<?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 help on text only table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/821895#M5641</link>
    <description>&lt;P&gt;Thanks for your help, that did work but its worth pointing out that it will also count "null" rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it worked. appreciate.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 11:27:17 GMT</pubDate>
    <dc:creator>omooba</dc:creator>
    <dc:date>2019-10-18T11:27:17Z</dc:date>
    <item>
      <title>DAX help on text only table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/820319#M5567</link>
      <description>&lt;P&gt;Hi all, I'm new to Power BI and still trying to navigate my way around the app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a Dashboard to show the status of testing, i only have text and date in my table and when i drag the column to the report, all i see is data. I know i need to create a measure which will get me started to virtualize my data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Columns headers in my table - Defects No, App Name, App Description, Date, Status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, i need to know how to get the total Number of defects? I have used the Sum function for "defects No" column but the number is wrong as this is just a number for each defects logged.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i go about doing this? I appreciate the help. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 02:55:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/820319#M5567</guid>
      <dc:creator>omooba</dc:creator>
      <dc:date>2019-10-17T02:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: DAX help on text only table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/820354#M5570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173332" data-lia-user-login="omooba" class="lia-mention lia-mention-user"&gt;omooba&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try COUNTROWS(YourTableName). May I also suggest you get the book, &lt;U&gt;Supercharge Power BI&lt;/U&gt; by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="217" data-lia-user-login="MattAllington" class="lia-mention lia-mention-user"&gt;MattAllington&lt;/a&gt;&amp;nbsp; or something similar to get you started?&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, 17 Oct 2019 03:38:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/820354#M5570</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-10-17T03:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: DAX help on text only table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/821895#M5641</link>
      <description>&lt;P&gt;Thanks for your help, that did work but its worth pointing out that it will also count "null" rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it worked. appreciate.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 11:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/821895#M5641</guid>
      <dc:creator>omooba</dc:creator>
      <dc:date>2019-10-18T11:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: DAX help on text only table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/821984#M5646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="173332" data-lia-user-login="omooba" class="lia-mention lia-mention-user"&gt;omooba&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Here is an a blog about dealing with blanks that you might enjoy.&lt;A href="https://www.sqlbi.com/articles/how-to-handle-blank-in-dax-measures/" target="_blank" rel="noopener"&gt;blank in dax&lt;/A&gt;&amp;nbsp;There is also count, counta, countax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The COUNTX function takes two arguments. The first argument must always be a table, or any expression that returns a table. The second argument is the column or expression that is searched by COUNTX.&lt;/P&gt;&lt;P&gt;The COUNTX function counts only values, dates, or strings. If the function finds no rows to count, it returns a blank.&lt;/P&gt;&lt;P&gt;If you want to count logical values, use the COUNTAX function.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 13:53:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-on-text-only-table/m-p/821984#M5646</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-10-18T13:53:29Z</dc:date>
    </item>
  </channel>
</rss>

