<?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: Tables with no null in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tables-with-no-null/m-p/3644896#M141129</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below. Please check the below picture and the attached pbix file whether it suits your requirement.&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;
&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;No sales store count: = 
SUMX (
    VALUES ( Store[Store] ),
    CALCULATE (
        INT (
            ISBLANK (
                COUNTROWS ( FILTER ( Sales, NOT ISBLANK ( SUM ( Sales[Quantity] ) ) ) )
            )
        )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 04:32:30 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2024-01-18T04:32:30Z</dc:date>
    <item>
      <title>Tables with no null</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tables-with-no-null/m-p/3643916#M141101</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my scenario.&amp;nbsp; I have the query 1 with my store list and and the query 2 with a table WITH NO NULLS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you connect both you can see the table with the column called:&amp;nbsp; store with values or with blanks depending on the query 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that I need to calculate in this table how many rows are blank. since the query 2 has no blanks ...I dont know what to do &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you guys!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 16:35:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tables-with-no-null/m-p/3643916#M141101</guid>
      <dc:creator>BeginnerBI</dc:creator>
      <dc:date>2024-01-17T16:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tables with no null</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tables-with-no-null/m-p/3644896#M141129</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below. Please check the below picture and the attached pbix file whether it suits your requirement.&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;
&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;No sales store count: = 
SUMX (
    VALUES ( Store[Store] ),
    CALCULATE (
        INT (
            ISBLANK (
                COUNTROWS ( FILTER ( Sales, NOT ISBLANK ( SUM ( Sales[Quantity] ) ) ) )
            )
        )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 04:32:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tables-with-no-null/m-p/3644896#M141129</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2024-01-18T04:32:30Z</dc:date>
    </item>
  </channel>
</rss>

