<?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: Get historical number of employees from names on records in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-historical-number-of-employees-from-names-on-records/m-p/2894063#M94017</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="293932" data-lia-user-login="YevD" class="lia-mention lia-mention-user"&gt;YevD&lt;/a&gt; , For that you have need share some data. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to have measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countx(filter(Table, Not(Isblank(Table[Action])) ), Table[Agent])&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 02:31:40 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-11-09T02:31:40Z</dc:date>
    <item>
      <title>Get historical number of employees from names on records</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-historical-number-of-employees-from-names-on-records/m-p/2893879#M94008</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can get the historical count of analysts who have performed 1 or more action in the attached matrix? For example, Jan would have 16 analysts, July 20, and October 19.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;YevD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 01:07:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-historical-number-of-employees-from-names-on-records/m-p/2893879#M94008</guid>
      <dc:creator>YevD</dc:creator>
      <dc:date>2022-11-09T01:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get historical number of employees from names on records</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-historical-number-of-employees-from-names-on-records/m-p/2894063#M94017</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="293932" data-lia-user-login="YevD" class="lia-mention lia-mention-user"&gt;YevD&lt;/a&gt; , For that you have need share some data. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to have measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countx(filter(Table, Not(Isblank(Table[Action])) ), Table[Agent])&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 02:31:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-historical-number-of-employees-from-names-on-records/m-p/2894063#M94017</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-11-09T02:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get historical number of employees from names on records</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-historical-number-of-employees-from-names-on-records/m-p/2903009#M94605</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="293932" data-lia-user-login="YevD" class="lia-mention lia-mention-user"&gt;YevD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try using function &lt;A href="https://learn.microsoft.com/en-us/dax/distinctcount-function-dax" target="_blank" rel="noopener"&gt;DISTINCTCOUNT&lt;/A&gt;&amp;nbsp; in&amp;nbsp; DAX.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;distinctcount = DISTINCTCOUNT('Table'[Analyst])&lt;/LI-CODE&gt;
&lt;P&gt;then apply it to a table visual.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it doesn't work, please sahre a sample file for further search.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 08:01:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-historical-number-of-employees-from-names-on-records/m-p/2903009#M94605</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-11-14T08:01:09Z</dc:date>
    </item>
  </channel>
</rss>

