<?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 Count to Show 0 instead ob Blanks by Status in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Count-to-Show-0-instead-ob-Blanks-by-Status/m-p/3422102#M129554</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="495092" data-lia-user-login="RobertoArreola8" class="lia-mention lia-mention-user"&gt;RobertoArreola8&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not recommended for "big" number of rows, but you can always "add zero", like&lt;/P&gt;&lt;P&gt;Your measure &lt;FONT face="andale mono,times" color="#FF0000"&gt;+ 0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times" color="#000000"&gt;Hope this help / kudos appreciate&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2023 19:02:47 GMT</pubDate>
    <dc:creator>some_bih</dc:creator>
    <dc:date>2023-09-08T19:02:47Z</dc:date>
    <item>
      <title>DAX Count to Show 0 instead ob Blanks by Status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Count-to-Show-0-instead-ob-Blanks-by-Status/m-p/3422064#M129553</link>
      <description>&lt;P&gt;hello everyone.&lt;/P&gt;&lt;P&gt;I am asking for your help, since this topic is driving me crazy. I've been trying to do a DAX based on a basic count, which is pretty simple. What I'm looking to do is to have the result of that DAX shows the blank fields as "0", but I haven't been able to find a good solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The formula I am using is the following:&lt;/P&gt;&lt;P&gt;StatusCountByCustomer =&lt;BR /&gt;SUMX(&lt;BR /&gt;VALUES('Retail Calendar'[Partner Name]),&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT('Retail Calendar'[Status])&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The options I have used to display the "0" are the following:&lt;/P&gt;&lt;P&gt;StatusCountByCustomer3 =&lt;BR /&gt;VAR StatusCountByCustomer = SUMX(&lt;BR /&gt;VALUES('Retail Calendar'[Partner Name]),&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNTNOBLANK('Retail Calendar'[Status])&lt;BR /&gt;))&lt;BR /&gt;RETURN&lt;BR /&gt;IF(&lt;BR /&gt;StatusCountByCustomer = BLANK(),&lt;BR /&gt;0,&lt;BR /&gt;StatusCountByCustomer&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an example on where I want to show the blank results as "0"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you guys in advance! Hoping you can help me.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 18:44:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Count-to-Show-0-instead-ob-Blanks-by-Status/m-p/3422064#M129553</guid>
      <dc:creator>RobertoArreola8</dc:creator>
      <dc:date>2023-09-08T18:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Count to Show 0 instead ob Blanks by Status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Count-to-Show-0-instead-ob-Blanks-by-Status/m-p/3422102#M129554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="495092" data-lia-user-login="RobertoArreola8" class="lia-mention lia-mention-user"&gt;RobertoArreola8&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not recommended for "big" number of rows, but you can always "add zero", like&lt;/P&gt;&lt;P&gt;Your measure &lt;FONT face="andale mono,times" color="#FF0000"&gt;+ 0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times" color="#000000"&gt;Hope this help / kudos appreciate&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 19:02:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Count-to-Show-0-instead-ob-Blanks-by-Status/m-p/3422102#M129554</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-09-08T19:02:47Z</dc:date>
    </item>
  </channel>
</rss>

