<?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: Incremental Refresh Azure Blob in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760725#M123746</link>
    <description>&lt;P&gt;I think it is a design conflict. Azure Blobs are not supposed to be re-stored somewhere else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a performance issue during regular refresh?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 13:11:07 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-03-13T13:11:07Z</dc:date>
    <item>
      <title>Incremental Refresh Azure Blob</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3758919#M123709</link>
      <description>&lt;P&gt;Hi, I need help implementing incremental refresh on Azure Blob databases. I've already implemented it the standard way, but the incremental refresh takes forever and sometimes it doesn't even update, I don't think it's working correctly. I implemented it the basic way, creating the parameters and filtering RangeStart and RangeEnd in my date column (in azure blob the date column I used was Date modified) and I also tested it by inserting the incremental refresh filtering directly in the source:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"let&lt;BR /&gt;startDate = RangeStart,&lt;BR /&gt;endDate = RangeEnd,&lt;BR /&gt;Fonte =Table.SelectRows(AzureStorage.Blobs("&lt;A href="https://xxxxxxxxx.blob.core.windows.net/xxxxx" target="_blank"&gt;https://xxxxxxxxx.blob.core.windows.net/xxxxx&lt;/A&gt;"),each [Date modified] &amp;gt;= startDate and [Date modified] &amp;lt;= endDate)".&lt;/P&gt;&lt;P&gt;However, the incremental update still doesn't work correctly. Can anyone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;olá! Preciso de ajuda para implementar atualização incremental em bases do Azure Blob. Já implementei da forma padrão, porém a atualização incremental demora uma eternidade e às vezes nem chega a atualizar, não acho que esteja funcionando corretamente. Cheguei a implementar da maneira básica, criando os parâmetros e filtrando RangeStart e RangeEnd na minha coluna de data (no azure blob a coluna de data que usei foi o Date modified) e testei também inserindo a filtragem da atualização incremental direto na fonte:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"let&lt;BR /&gt;startDate = RangeStart,&lt;BR /&gt;endDate = RangeEnd,&lt;BR /&gt;Fonte =Table.SelectRows(AzureStorage.Blobs("&lt;A href="https://xxxxxxxxx.blob.core.windows.net/xxxxx" target="_blank"&gt;https://xxxxxxxxx.blob.core.windows.net/xxxxx&lt;/A&gt;"),each [Date modified] &amp;gt;= startDate and [Date modified] &amp;lt;= endDate)".&lt;/P&gt;&lt;P&gt;Porém, ainda assim a atualização incremental não funciona corretamente.&lt;/P&gt;&lt;P&gt;Alguém saberia me ajudar?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 20:56:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3758919#M123709</guid>
      <dc:creator>vitoriamariabr</dc:creator>
      <dc:date>2024-03-12T20:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Refresh Azure Blob</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3758944#M123710</link>
      <description>&lt;P&gt;RangeStart and RangeEnd cannot be both inclusive.&amp;nbsp; Usually RangeStart is inclusive and RangeEnd is exclusive.&lt;/P&gt;
&lt;P&gt;You cannot use Date columns, it must be DateTime or DateInteger.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 21:30:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3758944#M123710</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-12T21:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Refresh Azure Blob</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760456#M123733</link>
      <description>&lt;P&gt;I see. My column is a DateTime. I'll adjust the RangeStart and RangeEnd, but I don't think that's the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 11:24:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760456#M123733</guid>
      <dc:creator>vitoriamariabr</dc:creator>
      <dc:date>2024-03-13T11:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Refresh Azure Blob</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760599#M123739</link>
      <description>&lt;P&gt;What is your reasoning for doing this in the first place?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 12:11:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760599#M123739</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-13T12:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Refresh Azure Blob</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760615#M123741</link>
      <description>&lt;P&gt;I have historical data in azure blob that is immutable, so I don't need to update it every time I need to update the report. That's why I want to implement incremental refresh, taking only the last 7 days, for example. But the big difficulty here is structuring the incremental refresh in the best way, and I'm not succeeding. I believe that the Azure Blob bases don't support query folding, and this may be considerably impacting the incremental update and I don't know what to do about it &lt;span class="lia-unicode-emoji" title=":sad_but_relieved_face:"&gt;😥&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 12:20:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760615#M123741</guid>
      <dc:creator>vitoriamariabr</dc:creator>
      <dc:date>2024-03-13T12:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Refresh Azure Blob</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760725#M123746</link>
      <description>&lt;P&gt;I think it is a design conflict. Azure Blobs are not supposed to be re-stored somewhere else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a performance issue during regular refresh?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 13:11:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-Refresh-Azure-Blob/m-p/3760725#M123746</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-13T13:11:07Z</dc:date>
    </item>
  </channel>
</rss>

