<?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: DAX to represent a &amp;quot;complete&amp;quot; user, based on if they have all tickets with a closed date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2649020#M78048</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have modify my answer.&lt;/P&gt;
&lt;P&gt;Please refer to it to see if it helps you.&lt;/P&gt;
&lt;P&gt;Create a measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;remaining =
VAR _1 =
    CALCULATE ( DISTINCTCOUNT ( 'Table'[New Hire Name] ), ALLSELECTED ( 'Table' ) )
VAR _2 =
    CALCULATE (
        DISTINCTCOUNT ( 'Table'[RITM number] ),
        FILTER (
            ALL ( 'Table' ),
            'Table'[State] = "Open"
                &amp;amp;&amp;amp; 'Table'[Closed] = BLANK ()
        )
    )
RETURN
    _1 - _2
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your menaing, please provide more details with your desired output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ Polly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 02:24:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-20T02:24:23Z</dc:date>
    <item>
      <title>DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2637016#M77340</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bulk export of tickets with new hire name, task number, closed date, created date, start date, ect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to show "number of users completed by the start date". To determine this, the new hire, who has many tickets assigned to them, has to have all tickets with a "closed date". If they have any tickets without a "close date" that means they still have a ticket open which means they were "not completed by start date".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine this would be a measure using DAX expression. Any insight?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 17:51:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2637016#M77340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-13T17:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2637599#M77370</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Refer if this blog can help&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or the attached files after signature&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 03:31:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2637599#M77370</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-14T03:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2643765#M77733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you provide a simple PBIX file for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures. I look forward to your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ Polly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 05:49:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2643765#M77733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-18T05:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2645201#M77811</link>
      <description>&lt;P&gt;&amp;nbsp; Below is a sample. I would like to say this Dragon 1 (Displayed as 1 is a count of 1 New Hire Name) has all their tasks closed therefore they are a completed new hire and their tasks are all closed and 1 person is remaining which is Dragon 2 has tasks still open.&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Request&lt;/TD&gt;&lt;TD&gt;RITM number&lt;/TD&gt;&lt;TD&gt;Number&lt;/TD&gt;&lt;TD&gt;Created&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;TD&gt;New Hire Name&lt;/TD&gt;&lt;TD&gt;Start Date&lt;/TD&gt;&lt;TD&gt;State&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;REQ8745216&lt;/TD&gt;&lt;TD&gt;RITM0380443&lt;/TD&gt;&lt;TD&gt;TASK0455408&lt;/TD&gt;&lt;TD&gt;7/4/2022 07:02:33 AM&lt;/TD&gt;&lt;TD&gt;7/11/2022 08:48:38 AM&lt;/TD&gt;&lt;TD&gt;Dragon 1&lt;/TD&gt;&lt;TD&gt;7/18/2022&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;REQ8745216&lt;/TD&gt;&lt;TD&gt;RITM0380443&lt;/TD&gt;&lt;TD&gt;TASK0455250&lt;/TD&gt;&lt;TD&gt;6/29/2022 06:28:36 AM&lt;/TD&gt;&lt;TD&gt;7/4/2022 06:10:07 AM&lt;/TD&gt;&lt;TD&gt;Dragon 1&lt;/TD&gt;&lt;TD&gt;7/13/2022&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;REQ8546215&lt;/TD&gt;&lt;TD&gt;RITM0381472&lt;/TD&gt;&lt;TD&gt;TASK0455248&lt;/TD&gt;&lt;TD&gt;7/13/2022 10:33:33 PM&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Dragon 2&lt;/TD&gt;&lt;TD&gt;7/13/2022&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;REQ8546215&lt;/TD&gt;&lt;TD&gt;RITM0381472&lt;/TD&gt;&lt;TD&gt;TASK0455246&lt;/TD&gt;&lt;TD&gt;7/13/2022 10:33:32 PM&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Dragon 2&lt;/TD&gt;&lt;TD&gt;7/13/2022&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;REQ8546215&lt;/TD&gt;&lt;TD&gt;RITM0381472&lt;/TD&gt;&lt;TD&gt;TASK0455245&lt;/TD&gt;&lt;TD&gt;7/13/2022 10:33:32 PM&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Dragon 2&lt;/TD&gt;&lt;TD&gt;7/13/2022&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 18 Jul 2022 14:37:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2645201#M77811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-18T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2645213#M77812</link>
      <description>&lt;P&gt;&lt;img /&gt;This would be my end result visual&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 14:41:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2645213#M77812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-18T14:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2646223#M77858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have created a simple sample, please refer to it to see if it helps you.&lt;/P&gt;
&lt;P&gt;Create two measures.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;completed new hires =
CALCULATE (
    DISTINCTCOUNT ( 'Table'[New Hire Name] ),
    FILTER ( ALL ( 'Table' ), 'Table'[State] = "Open" )
)
&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;remaining =
CALCULATE ( DISTINCTCOUNT ( 'Table'[New Hire Name] ), ALLSELECTED ( 'Table' ) )
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your menaing, please provide more detail with your desired output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ Polly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 02:41:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2646223#M77858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-19T02:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2648306#M77987</link>
      <description>&lt;P&gt;The end result would be 1 completed new hire and 1 still remaining because their tasks do not have a closed date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of a measure using the open states, can we use a expression based off of closed dates?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 17:03:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2648306#M77987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-19T17:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to represent a "complete" user, based on if they have all tickets with a closed date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2649020#M78048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have modify my answer.&lt;/P&gt;
&lt;P&gt;Please refer to it to see if it helps you.&lt;/P&gt;
&lt;P&gt;Create a measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;remaining =
VAR _1 =
    CALCULATE ( DISTINCTCOUNT ( 'Table'[New Hire Name] ), ALLSELECTED ( 'Table' ) )
VAR _2 =
    CALCULATE (
        DISTINCTCOUNT ( 'Table'[RITM number] ),
        FILTER (
            ALL ( 'Table' ),
            'Table'[State] = "Open"
                &amp;amp;&amp;amp; 'Table'[Closed] = BLANK ()
        )
    )
RETURN
    _1 - _2
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your menaing, please provide more details with your desired output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ Polly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 02:24:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-represent-a-quot-complete-quot-user-based-on-if-they-have/m-p/2649020#M78048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-20T02:24:23Z</dc:date>
    </item>
  </channel>
</rss>

