<?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 How to count one column's values without another column's duplicates affecting it in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-one-column-s-values-without-another-column-s/m-p/2816738#M89339</link>
    <description>&lt;P&gt;Hello there! Here are the details about the problem I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to count the number of values in one column, without another column's duplicates affecting it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Example: I have a table with multiple columns. The columns that matter most are "No." (detail number) and "Family". I want to count the number of values in the "Family" column without "No. Values" affecting them. Whenever the "No." column has a value count of more than 1 (in this example - 1282370) - it should count as 1.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The result would be: the SDB count for 1282370 - 1. Duplicates don't count.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are other "detail numbers" that can have the same family. Hence, if the count of one detail for the same family is &amp;gt;1 - it should count as 1.&lt;BR /&gt;&lt;BR /&gt;what would be the DAX expression to get these values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2022 11:30:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-04T11:30:24Z</dc:date>
    <item>
      <title>How to count one column's values without another column's duplicates affecting it</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-one-column-s-values-without-another-column-s/m-p/2816738#M89339</link>
      <description>&lt;P&gt;Hello there! Here are the details about the problem I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to count the number of values in one column, without another column's duplicates affecting it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Example: I have a table with multiple columns. The columns that matter most are "No." (detail number) and "Family". I want to count the number of values in the "Family" column without "No. Values" affecting them. Whenever the "No." column has a value count of more than 1 (in this example - 1282370) - it should count as 1.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The result would be: the SDB count for 1282370 - 1. Duplicates don't count.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are other "detail numbers" that can have the same family. Hence, if the count of one detail for the same family is &amp;gt;1 - it should count as 1.&lt;BR /&gt;&lt;BR /&gt;what would be the DAX expression to get these values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 11:30:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-one-column-s-values-without-another-column-s/m-p/2816738#M89339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to count one column's values without another column's duplicates affecting it</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-one-column-s-values-without-another-column-s/m-p/2817276#M89370</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;How about DISTINCTCOUNT ( 'Table'[Family] )?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 14:36:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-one-column-s-values-without-another-column-s/m-p/2817276#M89370</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-04T14:36:55Z</dc:date>
    </item>
  </channel>
</rss>

