<?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 DAX to count when no value is related in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-count-when-no-value-is-related/m-p/3230600#M118523</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to get my head around something that i am sure is simple in Excel power pivot data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table A has X_Id&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table B has X_Id and Y_id&lt;/P&gt;&lt;P&gt;not all items from A are in B but all items in B (X_id) are in A (1 to many). This has been set up as a relationship&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get a measure that will give me counts for all the X_IDs in Table A that are not in Table B i.e dont have a Y_id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hopes that makes sense and thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 10:46:53 GMT</pubDate>
    <dc:creator>M_Donovan</dc:creator>
    <dc:date>2023-05-11T10:46:53Z</dc:date>
    <item>
      <title>DAX to count when no value is related</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-count-when-no-value-is-related/m-p/3230600#M118523</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to get my head around something that i am sure is simple in Excel power pivot data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table A has X_Id&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table B has X_Id and Y_id&lt;/P&gt;&lt;P&gt;not all items from A are in B but all items in B (X_id) are in A (1 to many). This has been set up as a relationship&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get a measure that will give me counts for all the X_IDs in Table A that are not in Table B i.e dont have a Y_id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hopes that makes sense and thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 10:46:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-count-when-no-value-is-related/m-p/3230600#M118523</guid>
      <dc:creator>M_Donovan</dc:creator>
      <dc:date>2023-05-11T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to count when no value is related</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-count-when-no-value-is-related/m-p/3230910#M118547</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Missing from B =
COUNTROWS ( EXCEPT ( VALUES ( 'TableA'[X id] ), VALUES ( 'TableB'[X id] ) ) )
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 May 2023 13:34:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-count-when-no-value-is-related/m-p/3230910#M118547</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-05-11T13:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to count when no value is related</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-count-when-no-value-is-related/m-p/3230928#M118550</link>
      <description>&lt;P&gt;Johnt,&lt;/P&gt;&lt;P&gt;Seems do do exactly what i wanted to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 13:41:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-count-when-no-value-is-related/m-p/3230928#M118550</guid>
      <dc:creator>M_Donovan</dc:creator>
      <dc:date>2023-05-11T13:41:51Z</dc:date>
    </item>
  </channel>
</rss>

