<?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 Total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1748329#M36368</link>
    <description>&lt;P&gt;Sorry for the late response, but the result still bring 1 instead of 2 in #TierJav Measure.&lt;/P&gt;&lt;P&gt;I also though that could be the answer.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Mar 2021 14:22:56 GMT</pubDate>
    <dc:creator>rmeng</dc:creator>
    <dc:date>2021-03-26T14:22:56Z</dc:date>
    <item>
      <title>Distinct Count Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1743498#M36235</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a table with a measure&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;# TierJav = DISTINCTCOUNT(JAVELLIN[ACCOUNT_TIER]).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The purpose is to have a measure to give me this result instead:&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;That has the distinct count&amp;nbsp; of ACCOUNT_TIER added in row, removing filter context of Month_YEAR (ALL Function I suppose).&lt;/P&gt;&lt;P&gt;Month_YEAR is a column from DIM CALENDAR not from the Fact Table&amp;nbsp;&lt;SPAN&gt;JAVELLIN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you help me with this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 17:56:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1743498#M36235</guid>
      <dc:creator>rmeng</dc:creator>
      <dc:date>2021-03-24T17:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1745109#M36283</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="188484" data-lia-user-login="rmeng" class="lia-mention lia-mention-user"&gt;rmeng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can use&amp;nbsp;&lt;SPAN&gt;COUNTAX (&amp;lt;Table&amp;gt;, &amp;lt;Expression&amp;gt;)&lt;/SPAN&gt; function with ALL:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#measure = COUNTAX(ALL(Table[Column]),Table[Column])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 09:16:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1745109#M36283</guid>
      <dc:creator>ERD</dc:creator>
      <dc:date>2021-03-25T09:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1745498#M36292</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="188484" data-lia-user-login="rmeng" class="lia-mention lia-mention-user"&gt;rmeng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try with this measure..&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure =
CALCULATE ( DISTINCTCOUNT ( JAVELLIN[ACCOUNT_TIER] ), ALL ( DIMCALENDAR ) )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 11:48:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1745498#M36292</guid>
      <dc:creator>Angith_Nair</dc:creator>
      <dc:date>2021-03-25T11:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1748329#M36368</link>
      <description>&lt;P&gt;Sorry for the late response, but the result still bring 1 instead of 2 in #TierJav Measure.&lt;/P&gt;&lt;P&gt;I also though that could be the answer.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 14:22:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1748329#M36368</guid>
      <dc:creator>rmeng</dc:creator>
      <dc:date>2021-03-26T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1748428#M36369</link>
      <description>&lt;P&gt;Could you please share the pbix file so that I can look into the issue...?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 14:53:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1748428#M36369</guid>
      <dc:creator>Angith_Nair</dc:creator>
      <dc:date>2021-03-26T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1748652#M36377</link>
      <description>&lt;P&gt;Sure, let me first create a new PBIX because this is sensitive data. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 16:11:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-Total/m-p/1748652#M36377</guid>
      <dc:creator>rmeng</dc:creator>
      <dc:date>2021-03-26T16:11:20Z</dc:date>
    </item>
  </channel>
</rss>

