<?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 of staff not Audited in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696552#M34917</link>
    <description>&lt;P&gt;ya ya... you can also create these measures without calculate also&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 16:26:44 GMT</pubDate>
    <dc:creator>jaideepnema</dc:creator>
    <dc:date>2021-03-01T16:26:44Z</dc:date>
    <item>
      <title>count of staff not Audited</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696216#M34900</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 tables Employee and Audits&lt;/P&gt;&lt;P&gt;Relationship one to many from Emp to Audits&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to count the Employees that are not yet audited.&lt;/P&gt;&lt;P&gt;I was able to achieve this by using a calculated column in Employee that returns true when Emp is not on audits table i used lookup value and count from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this just by using measure and not using calculated columns?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:56:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696216#M34900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-01T13:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: count of staff not Audited</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696404#M34905</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Create two measures like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For counting total audits:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;Audit Count = CALCULATE(COUNTX(Audit,COUNT(Audit[Employee ID])))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;For counting staff not audited:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;Staff Not Audited = CALCULATE(COUNTX(FILTER(Employee,ISBLANK([Audit Count])),COUNT(Employee[Employee ID])))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please accept this as a solution if your question has been answered !!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate a Kudos&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 15:00:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696404#M34905</guid>
      <dc:creator>jaideepnema</dc:creator>
      <dc:date>2021-03-01T15:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: count of staff not Audited</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696538#M34915</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="54620" data-lia-user-login="jaideepnema" class="lia-mention lia-mention-user"&gt;jaideepnema&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah it worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;i have a follow up question tho.&amp;nbsp;&lt;BR /&gt;is it still needed to wrap them with Calculate?&lt;BR /&gt;i tried without calculate and they both still worked.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 16:20:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696538#M34915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-01T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: count of staff not Audited</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696552#M34917</link>
      <description>&lt;P&gt;ya ya... you can also create these measures without calculate also&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 16:26:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/count-of-staff-not-Audited/m-p/1696552#M34917</guid>
      <dc:creator>jaideepnema</dc:creator>
      <dc:date>2021-03-01T16:26:44Z</dc:date>
    </item>
  </channel>
</rss>

