<?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: Number of parents without children in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-parents-without-children/m-p/1033638#M13664</link>
    <description>I wrote that once: &lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Childless/m-p/625084#M305" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Childless/m-p/625084#M305&lt;/A&gt;</description>
    <pubDate>Sat, 18 Apr 2020 03:50:53 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-04-18T03:50:53Z</dc:date>
    <item>
      <title>Number of parents without children</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-parents-without-children/m-p/1033619#M13663</link>
      <description>&lt;P&gt;What formula can I use to count the number of parents that have zero children?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table of Orders that have a related table of child Items. I need to know how many Orders have no associated Items. (Orders without Items are an error that we have to look out for.)&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 03:15:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-parents-without-children/m-p/1033619#M13663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-18T03:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Number of parents without children</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-parents-without-children/m-p/1033638#M13664</link>
      <description>I wrote that once: &lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Childless/m-p/625084#M305" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Childless/m-p/625084#M305&lt;/A&gt;</description>
      <pubDate>Sat, 18 Apr 2020 03:50:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-parents-without-children/m-p/1033638#M13664</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-18T03:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Number of parents without children</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-parents-without-children/m-p/1033802#M13669</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add a Measure&amp;nbsp; like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Count of Orders with no Items  = 
SUMX( 
    Orders,
    CALCULATE( INT( ISEMPTY( OrderItems ) ) )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Best Regards,&lt;BR /&gt;Mariusz&lt;BR /&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accepting it as the solution&lt;/I&gt;&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Please feel free to connect with me.&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/mariusz-repczynski-065a7362/" target="_blank" rel="noopener"&gt; LinkedIn &lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 08:48:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Number-of-parents-without-children/m-p/1033802#M13669</guid>
      <dc:creator>Mariusz</dc:creator>
      <dc:date>2020-04-18T08:48:04Z</dc:date>
    </item>
  </channel>
</rss>

