<?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: Distinct Count with All Except and Drill Down issues in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/2135169#M49023</link>
    <description>&lt;P&gt;Can you show the final dax formula that worked for you? How did you modify your original formula viz.,&lt;/P&gt;&lt;P&gt;`&lt;SPAN&gt;= CALCULATE(DISTINCTCOUNT(Tickets[Ticket#]),ALLEXCEPT(Tickets,Tickets[Cust Name]))`&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to include a `GROUPBY`?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 13:58:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-10-14T13:58:29Z</dc:date>
    <item>
      <title>Distinct Count with All Except and Drill Down issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949412#M10561</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;Hoping someone can help me with my issue.&lt;/P&gt;&lt;P&gt;I have 2 visuals on my page:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My measure [Count tickets] is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;= CALCULATE(DISTINCTCOUNT(Tickets[Ticket#]),ALLEXCEPT(Tickets,Tickets[Cust Name]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first issue: The 2nd visual does not properly display my details. Example, "NY" is associated with the EAST Region but the table displays a record for ALL 4 Regions. Not sure why?&lt;/P&gt;&lt;P&gt;My 2nd issue: When I Drill Down using my first visual, the details does not display as expected. Example: If I click on the number "3" that represents number of Tickets from 2018 in the West region, I would expect to only see 3 records in the 2nd visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;CS&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:45:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949412#M10561</guid>
      <dc:creator>CSayaxang</dc:creator>
      <dc:date>2020-02-26T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count with All Except and Drill Down issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949577#M10580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="210656" data-lia-user-login="CSayaxang" class="lia-mention lia-mention-user"&gt;CSayaxang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the first issue replace fields State in visual: place in [state] from Region table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;about second its difficult to say without look at source data and relationahip between tables.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 18:38:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949577#M10580</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-02-26T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count with All Except and Drill Down issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949677#M10586</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I replaced the State field but still having issues. You don't think it has anything to do with my Measure? When I remove the [Count Tickets] measure, my second visual displays properly and the drill down works as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a screenshot showing the data in each table and the Relationship:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 19:52:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949677#M10586</guid>
      <dc:creator>CSayaxang</dc:creator>
      <dc:date>2020-02-26T19:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count with All Except and Drill Down issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949692#M10587</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="210656" data-lia-user-login="CSayaxang" class="lia-mention lia-mention-user"&gt;CSayaxang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you use visual settings like here?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 20:05:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949692#M10587</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-02-26T20:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count with All Except and Drill Down issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949743#M10588</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured it out. It was my Measure. I needed to add GROUPBY at the end in order for visual 2 to display properly. Now, it displays correctly when I drill down. Thanks for talking through this with me!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 20:34:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/949743#M10588</guid>
      <dc:creator>CSayaxang</dc:creator>
      <dc:date>2020-02-26T20:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count with All Except and Drill Down issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/2135169#M49023</link>
      <description>&lt;P&gt;Can you show the final dax formula that worked for you? How did you modify your original formula viz.,&lt;/P&gt;&lt;P&gt;`&lt;SPAN&gt;= CALCULATE(DISTINCTCOUNT(Tickets[Ticket#]),ALLEXCEPT(Tickets,Tickets[Cust Name]))`&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to include a `GROUPBY`?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 13:58:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-with-All-Except-and-Drill-Down-issues/m-p/2135169#M49023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-14T13:58:29Z</dc:date>
    </item>
  </channel>
</rss>

