<?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: Snapshot of data in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1901110#M131069</link>
    <description>&lt;P&gt;Thank you for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me how can I do it with incremental refresh? I've tried adding a loadDate column but at each refresh it gets replaced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The datasource is Salesforce so there is no SQL Database&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 10:23:28 GMT</pubDate>
    <dc:creator>Yousra</dc:creator>
    <dc:date>2021-06-15T10:23:28Z</dc:date>
    <item>
      <title>Snapshot of data</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1900962#M131061</link>
      <description>&lt;P&gt;Hello, my requirement is to be able to save the past state of an entity at a certain point of time. Currently when the dataflow is refreshed, the past state is lost and only the current one is displayed. Is there a way to do it? I tried setting up the incremental refresh but not sure if it fits the requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ideal would be having the table with a column snapshot date that is populated by the current refresh time and at each refresh this table will be populated by new rows and a new refresh time instead of replacing all the rows.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 09:36:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1900962#M131061</guid>
      <dc:creator>Yousra</dc:creator>
      <dc:date>2021-06-15T09:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot of data</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1901047#M131067</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="43200" data-lia-user-login="Yousra" class="lia-mention lia-mention-user"&gt;Yousra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you could set it up in the dataflow with incremental refresh, but you can never really change anything or all the historic data will be lost. So I'm not a big fan of handling snapshots with incremental refresh, because from my point of view it's not a stable solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What exactly is your data source? If it's a SQL database just create a job that is loading your data once per day into another table with an additional "LoadDate" column. Like this you have the history on a daily basis available. Also when you want to change something in the future that is then possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;If you need any help please let me know.&lt;/DIV&gt;&lt;DIV&gt;If I answered your question I would be happy if you could mark my post as a solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; and give it a thumbs up &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best regards&lt;/DIV&gt;&lt;DIV&gt;Denis&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Blog: &lt;A title="Click here!" href="https://whatthefact.bi/?utm_source=powerbicommunity&amp;amp;utm_medium=link&amp;amp;utm_campaign=forum" target="_blank" rel="noopener"&gt;&lt;U&gt;WhatTheFact.bi&lt;/U&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;Follow me: &lt;A title="Click here!" href="https://twitter.com/DenSelimovic" target="_blank" rel="noopener"&gt;&lt;U&gt;twitter.com/DenSelimovic&lt;/U&gt;&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Jun 2021 10:03:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1901047#M131067</guid>
      <dc:creator>selimovd</dc:creator>
      <dc:date>2021-06-15T10:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot of data</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1901110#M131069</link>
      <description>&lt;P&gt;Thank you for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me how can I do it with incremental refresh? I've tried adding a loadDate column but at each refresh it gets replaced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The datasource is Salesforce so there is no SQL Database&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 10:23:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1901110#M131069</guid>
      <dc:creator>Yousra</dc:creator>
      <dc:date>2021-06-15T10:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshot of data</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1905412#M131285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="43200" data-lia-user-login="Yousra" class="lia-mention lia-mention-user"&gt;Yousra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The incremental refresh for dataflow only works for power bi premium. And you can follow the steps in&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-query/dataflows/incremental-refresh" target="_blank"&gt;https://docs.microsoft.com/en-us/power-query/dataflows/incremental-refresh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can create two entities in one dataflow one for transcational data and the other fot historical data . For more details, please refer to&amp;nbsp;&lt;A href="https://visualbi.com/blogs/microsoft/powerbi/historical-data-preservation-using-power-bi-dataflow/" target="_blank"&gt;https://visualbi.com/blogs/microsoft/powerbi/historical-data-preservation-using-power-bi-dataflow/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Dedmon Dai&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 06:55:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Snapshot-of-data/m-p/1905412#M131285</guid>
      <dc:creator>v-deddai1-msft</dc:creator>
      <dc:date>2021-06-17T06:55:01Z</dc:date>
    </item>
  </channel>
</rss>

