<?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: Line Graph Displaying Created vs Resolved Tickets Overtime in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Displaying-Created-vs-Resolved-Tickets-Overtime/m-p/1615706#M32559</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="277432" data-lia-user-login="Caiz" class="lia-mention lia-mention-user"&gt;Caiz&lt;/a&gt; , Have you joined both resolve time and created time with date table and one of them is active and another one is inactive&lt;/P&gt;
&lt;P&gt;One more thing you should check date to not have timestamp(this not for this issue, but you will not get correct numbers with join) &lt;/P&gt;
&lt;P&gt;Refer my HR blog or video on same topic&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" rel="noopener"&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;&lt;A href="https://www.youtube.com/watch?v=e6Y-l_JtCq4" target="_blank"&gt;https://www.youtube.com/watch?v=e6Y-l_JtCq4&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 04:22:39 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-01-22T04:22:39Z</dc:date>
    <item>
      <title>Line Graph Displaying Created vs Resolved Tickets Overtime</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Displaying-Created-vs-Resolved-Tickets-Overtime/m-p/1615669#M32554</link>
      <description>&lt;P&gt;Hi, I've tried numerous ways on getting a line graph with 2 lines showing the created vs resolved tickets however am running into issues. I am fine with the tickets marked as&amp;nbsp;&lt;STRONG&gt;resolved&lt;/STRONG&gt;&amp;nbsp;displaying, however don't know how to show the variation of "created" tickets overtime. I have also tried adding the &lt;U&gt;Status&lt;/U&gt; column to the&amp;nbsp;&lt;EM&gt;values&lt;/EM&gt; section filtering by&amp;nbsp;status and this doesn't work either because of the&amp;nbsp;&lt;STRONG&gt;open &lt;/STRONG&gt;tag status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried creating a userrelationship, however am getting identical values using the following measures:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;OPEN&lt;/STRONG&gt; = COUNTA('October Tickets'[Created time])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;CLOSED&lt;/STRONG&gt; = COUNTA('October Tickets'[Resolved time])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;RESOLVEDBYDATE&lt;/STRONG&gt; = CALCULATE([&lt;STRONG&gt;CLOSED&lt;/STRONG&gt;], USERELATIONSHIP ('Calendar'[Date], 'October Tickets'[Resolved time]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;RESOLVEDBYDATE gets the error "&lt;EM&gt;USERELATIONSHIP function can only use the two columns references participating in relationship&lt;/EM&gt;"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to use&amp;nbsp;&lt;STRONG&gt;created time&amp;nbsp;&lt;/STRONG&gt;+ &lt;STRONG&gt;resolved time&lt;/STRONG&gt; tables instead of &lt;STRONG&gt;created time&lt;/STRONG&gt; + a&amp;nbsp;&lt;STRONG&gt;resolved&lt;/STRONG&gt; measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 03:47:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Displaying-Created-vs-Resolved-Tickets-Overtime/m-p/1615669#M32554</guid>
      <dc:creator>Caiz</dc:creator>
      <dc:date>2021-01-22T03:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph Displaying Created vs Resolved Tickets Overtime</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Displaying-Created-vs-Resolved-Tickets-Overtime/m-p/1615706#M32559</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="277432" data-lia-user-login="Caiz" class="lia-mention lia-mention-user"&gt;Caiz&lt;/a&gt; , Have you joined both resolve time and created time with date table and one of them is active and another one is inactive&lt;/P&gt;
&lt;P&gt;One more thing you should check date to not have timestamp(this not for this issue, but you will not get correct numbers with join) &lt;/P&gt;
&lt;P&gt;Refer my HR blog or video on same topic&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" rel="noopener"&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;&lt;A href="https://www.youtube.com/watch?v=e6Y-l_JtCq4" target="_blank"&gt;https://www.youtube.com/watch?v=e6Y-l_JtCq4&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 04:22:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Displaying-Created-vs-Resolved-Tickets-Overtime/m-p/1615706#M32559</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-22T04:22:39Z</dc:date>
    </item>
  </channel>
</rss>

