<?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: Time Travel Reporting? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3557639#M136993</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639489" data-lia-user-login="debenaire" class="lia-mention lia-mention-user"&gt;debenaire&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you give us a sample data table, so that we can help you solve the problem quickly, thank you.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 01:18:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-29T01:18:38Z</dc:date>
    <item>
      <title>Time Travel Reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3554523#M136796</link>
      <description>&lt;P&gt;Hi, I am storing data which timestamps any changes to records and inserts them into a table as a new record. As such there will be duplicate IDs but with slightly different data where there have been changes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use this data for "time travel" purposes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ie. "On the 27th of February 2023, what was the list of sites.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My thinking is to create a calculated table using a parameter that is configured in a report to effectively filter the table based on the first value for each record prior to the date in the parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My table has headings:&lt;/P&gt;&lt;P&gt;LoadUTC (the date the new record is loaded)&lt;/P&gt;&lt;P&gt;Id (the unique referecne - although there will be multipes of these as data is changed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on this approach please and if so what would the dax look like? Also mindful at scale will this approach be an issue?Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 15:48:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3554523#M136796</guid>
      <dc:creator>debenaire</dc:creator>
      <dc:date>2023-11-27T15:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Time Travel Reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3557639#M136993</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639489" data-lia-user-login="debenaire" class="lia-mention lia-mention-user"&gt;debenaire&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you give us a sample data table, so that we can help you solve the problem quickly, thank you.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 01:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3557639#M136993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-29T01:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time Travel Reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3558413#M137075</link>
      <description>&lt;P&gt;Thank you. see attached example where we can see different entries for the same dataset id, based on the parameter / slicer selected in a visual it would filter the table to the results seen.&amp;nbsp;&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;</description>
      <pubDate>Wed, 29 Nov 2023 09:37:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3558413#M137075</guid>
      <dc:creator>debenaire</dc:creator>
      <dc:date>2023-11-29T09:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Travel Reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3560107#M137193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639489" data-lia-user-login="debenaire" class="lia-mention lia-mention-user"&gt;debenaire&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Below is my table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;It doesn't need DAX to implement your result plot, just slicer filtering.Maybe I misunderstood the whole process&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The final output is shown in the following figure:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 03:01:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3560107#M137193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-30T03:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time Travel Reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3560513#M137235</link>
      <description>&lt;P&gt;thanks but what we need is the slicer to have every possible day even if that day is not the exact same create date, the logic will choose the first date equal to or less than the slicer date for each id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 08:34:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3560513#M137235</guid>
      <dc:creator>debenaire</dc:creator>
      <dc:date>2023-11-30T08:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Time Travel Reporting?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3565466#M137453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639489" data-lia-user-login="debenaire" class="lia-mention lia-mention-user"&gt;debenaire&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a New table:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table = CALENDAR(DATE(2000,1,1),NOW())&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;The final output is shown in the following figure:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 06:13:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Travel-Reporting/m-p/3565466#M137453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-04T06:13:13Z</dc:date>
    </item>
  </channel>
</rss>

