<?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: Count distinct values (Names) from Names Row containing multiple names in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973852#M11691</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to create a measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
CALCULATE(DISTINCTCOUNT(Table[Ticket Number]), ALLEXCEPT(Table, Table[Ticket opened by]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2020 19:28:20 GMT</pubDate>
    <dc:creator>az38</dc:creator>
    <dc:date>2020-03-13T19:28:20Z</dc:date>
    <item>
      <title>Count distinct values (Names) from Names Row containing multiple names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973842#M11690</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the disticnt count of "each" user in the coumn "Ticket opened by", any help on this please...&lt;/P&gt;&lt;P&gt;I am trying to find the numbers for only few users from the list.&lt;/P&gt;&lt;P&gt;There are more than 1000 users in that list, i just want 50 hand picked users (not top 10) but Unique individuals.&lt;/P&gt;&lt;P class="ics-element-donot-delete 1001_CC@"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 20:08:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973842#M11690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-13T20:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count distinct values (Names) from Names Row containing multiple names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973852#M11691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to create a measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
CALCULATE(DISTINCTCOUNT(Table[Ticket Number]), ALLEXCEPT(Table, Table[Ticket opened by]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 19:28:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973852#M11691</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-13T19:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count distinct values (Names) from Names Row containing multiple names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973854#M11692</link>
      <description>&lt;P&gt;But, how will this give me distict count for each user?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Ex: If I want to find the count of Zhou, Lin in the column??&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 19:33:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973854#M11692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-13T19:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count distinct values (Names) from Names Row containing multiple names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973889#M11693</link>
      <description>&lt;P&gt;Put you Ticket Opened By column in a visual. Then put Ticket Number and do a Count (Distinct) aggregation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that what you want&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 19:50:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973889#M11693</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-13T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count distinct values (Names) from Names Row containing multiple names</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973906#M11694</link>
      <description>&lt;P&gt;Hey, Thanks for the reply... But that's not what I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find the numbers for only few users from that list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are more than 1000 users in that list, i just want 50 hand picked users (not top 10) but Unique individuals.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 20:09:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-distinct-values-Names-from-Names-Row-containing-multiple/m-p/973906#M11694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-13T20:09:01Z</dc:date>
    </item>
  </channel>
</rss>

