<?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: Using TODAY() In Historical Visuals in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1286114#M22019</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250977" data-lia-user-login="taylorb" class="lia-mention lia-mention-user"&gt;taylorb&lt;/a&gt; , you can use userelation and crossfilter to deal with this &lt;/P&gt;
&lt;P&gt;refer&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;&lt;A href="https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in-power-bi" target="_blank"&gt;https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in-power-bi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, refer to this video how to take trend using a disconnected table&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=duMSovyosXE" target="_blank"&gt;https://www.youtube.com/watch?v=duMSovyosXE&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2020 03:37:48 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-08-11T03:37:48Z</dc:date>
    <item>
      <title>Using TODAY() In Historical Visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1285259#M21988</link>
      <description>&lt;P&gt;This is probably a very simple solution. I have a card for daily count that uses Today() but I also want to see the historical trend. I obviously cannot use Today() since it will only show today. What could I use instead to show the count on each calendar date? Currently, there is not a relationship between the Calendar table and the data table, because I only have the start and end dates so I dont want my filter to only include records that started or ended on that date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Current measure:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE(
    DISTINCTCOUNT(Assignments[ASSIGNMENT_ID]), 
    Filter(Assignments, 
    ([ASSIGNMENT_CURRENT_STATUS_NAME] = "Cleared to Start"  || ([ASSIGNMENT_CURRENT_STATUS_NAME] = "Cancelled" &amp;amp;&amp;amp; Assignments[WAS_NEVER_STARTED] = false)) &amp;amp;&amp;amp;
    TODAY() &amp;gt;= 'Assignments'[START_DATE] &amp;amp;&amp;amp; 
    TODAY() &amp;lt;= 'Assignments'[END_DATE] &amp;amp;&amp;amp;
    Assignments[JOB_POSITION_TYPE_NAME] = "Travel"
    ))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:09:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1285259#M21988</guid>
      <dc:creator>taylorb</dc:creator>
      <dc:date>2020-08-10T19:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using TODAY() In Historical Visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1285315#M21992</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250977" data-lia-user-login="taylorb" class="lia-mention lia-mention-user"&gt;taylorb&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Is there a way to add new column which will represent actual date of reporting?&lt;BR /&gt;Example: today is 8/10/2020, tomorrow for all new rows it will be 8/11/2020, etc.&amp;nbsp;&lt;BR /&gt;In this case you would compare start/end date with this columns (this column will substitute functino Today() so that it can be dynamic).&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:32:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1285315#M21992</guid>
      <dc:creator>nandic</dc:creator>
      <dc:date>2020-08-10T19:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using TODAY() In Historical Visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1286114#M22019</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250977" data-lia-user-login="taylorb" class="lia-mention lia-mention-user"&gt;taylorb&lt;/a&gt; , you can use userelation and crossfilter to deal with this &lt;/P&gt;
&lt;P&gt;refer&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;&lt;A href="https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in-power-bi" target="_blank"&gt;https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in-power-bi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, refer to this video how to take trend using a disconnected table&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=duMSovyosXE" target="_blank"&gt;https://www.youtube.com/watch?v=duMSovyosXE&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 03:37:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1286114#M22019</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-08-11T03:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using TODAY() In Historical Visuals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1287701#M22088</link>
      <description>&lt;P&gt;I didnt know that you can use inactive relationships like that. Thanks so much&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 14:01:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-TODAY-In-Historical-Visuals/m-p/1287701#M22088</guid>
      <dc:creator>taylorb</dc:creator>
      <dc:date>2020-08-11T14:01:07Z</dc:date>
    </item>
  </channel>
</rss>

