<?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 Incremental refresh not working in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Incremental-refresh-not-working/m-p/2178281#M32798</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have setup an incremental refresh on our dataset and despite the data having new values, it is not being reflected in PowerBI dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the data source is Azure Data Lake Storage Gen 1 and file being a .tsv file. When I was setting up incremental refresh I did get the warning that "&lt;SPAN&gt;Unable to confirm if the M query can be folded. It is not recommended to use incremental refresh with non-foldable queries.&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;M query being&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = DataLake.Contents("adl://ffo-prod-c14.azuredatalakestore.net/local/Analytics/PrivacyManagement/PowerBITemp/", [PageSize=null]),&lt;BR /&gt;#"MPU tsv" = Source{[Name="MPU.tsv"]}[Content],&lt;BR /&gt;#"Imported CSV" = Csv.Document(#"MPU tsv",[Delimiter="#(tab)", Columns=16, Encoding=65001, QuoteStyle=QuoteStyle.None]),&lt;BR /&gt;#"Promoted Headers" = Table.PromoteHeaders(#"Imported CSV", [PromoteAllScalars=true]),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(#"Promoted Headers",{{"TenantId", type text}, {"UserId", type text}, {"PolicyMode", type text}, {"PrivacyManagementScenario", type text}, {"DigestEmailEnabled", type logical}, {"TeamsInTheMomentEnabled", type logical}, {"Date", type datetime}, {"TenantName", type text}, {"Country", type text}, {"HasE1License", type logical}, {"HasE3License", type logical}, {"HasE5License", type logical}, {"TenantSize", type text}, {"Industry", type text}, {"IsS500", type logical}, {"IsS2500", type logical}}),&lt;BR /&gt;#"Filtered Rows" = Table.SelectRows(#"Changed Type", each [Date] &amp;gt;= RangeStart and [Date] &amp;lt;= RangeEnd)&lt;BR /&gt;in&lt;BR /&gt;#"Filtered Rows"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akasthan_0-1636379580555.png" style="width: 535px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/627279i099A7F54204ABBC2/image-dimensions/535x507?v=v2" width="535" height="507" role="button" title="akasthan_0-1636379580555.png" alt="akasthan_0-1636379580555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I further increased the refresh rows condition to 6 months and disabled detect data change but upon refresh in PowerBI portal, data is not getting refreshed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me point out if I am doing something wrong?&lt;/P&gt;&lt;P&gt;Also whether Azure Data Lake Storage Gen1 supports incremental refresh or not? If not is there any alternative way using which I can pull large dataset from ADLS to PowerBI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can share more details if needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 14:11:06 GMT</pubDate>
    <dc:creator>akasthan</dc:creator>
    <dc:date>2021-11-08T14:11:06Z</dc:date>
    <item>
      <title>Incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incremental-refresh-not-working/m-p/2178281#M32798</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have setup an incremental refresh on our dataset and despite the data having new values, it is not being reflected in PowerBI dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the data source is Azure Data Lake Storage Gen 1 and file being a .tsv file. When I was setting up incremental refresh I did get the warning that "&lt;SPAN&gt;Unable to confirm if the M query can be folded. It is not recommended to use incremental refresh with non-foldable queries.&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;M query being&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = DataLake.Contents("adl://ffo-prod-c14.azuredatalakestore.net/local/Analytics/PrivacyManagement/PowerBITemp/", [PageSize=null]),&lt;BR /&gt;#"MPU tsv" = Source{[Name="MPU.tsv"]}[Content],&lt;BR /&gt;#"Imported CSV" = Csv.Document(#"MPU tsv",[Delimiter="#(tab)", Columns=16, Encoding=65001, QuoteStyle=QuoteStyle.None]),&lt;BR /&gt;#"Promoted Headers" = Table.PromoteHeaders(#"Imported CSV", [PromoteAllScalars=true]),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(#"Promoted Headers",{{"TenantId", type text}, {"UserId", type text}, {"PolicyMode", type text}, {"PrivacyManagementScenario", type text}, {"DigestEmailEnabled", type logical}, {"TeamsInTheMomentEnabled", type logical}, {"Date", type datetime}, {"TenantName", type text}, {"Country", type text}, {"HasE1License", type logical}, {"HasE3License", type logical}, {"HasE5License", type logical}, {"TenantSize", type text}, {"Industry", type text}, {"IsS500", type logical}, {"IsS2500", type logical}}),&lt;BR /&gt;#"Filtered Rows" = Table.SelectRows(#"Changed Type", each [Date] &amp;gt;= RangeStart and [Date] &amp;lt;= RangeEnd)&lt;BR /&gt;in&lt;BR /&gt;#"Filtered Rows"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akasthan_0-1636379580555.png" style="width: 535px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/627279i099A7F54204ABBC2/image-dimensions/535x507?v=v2" width="535" height="507" role="button" title="akasthan_0-1636379580555.png" alt="akasthan_0-1636379580555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I further increased the refresh rows condition to 6 months and disabled detect data change but upon refresh in PowerBI portal, data is not getting refreshed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me point out if I am doing something wrong?&lt;/P&gt;&lt;P&gt;Also whether Azure Data Lake Storage Gen1 supports incremental refresh or not? If not is there any alternative way using which I can pull large dataset from ADLS to PowerBI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can share more details if needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 14:11:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incremental-refresh-not-working/m-p/2178281#M32798</guid>
      <dc:creator>akasthan</dc:creator>
      <dc:date>2021-11-08T14:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incremental-refresh-not-working/m-p/2182540#M32844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/314860"&gt;@akasthan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The warning that "&lt;/SPAN&gt;&lt;SPAN&gt;Unable to confirm if the M query can be folded. It is not recommended to use incremental refresh with non-foldable queries.&lt;/SPAN&gt;&lt;SPAN&gt;" doesn't means your data source couldn't set incremental refresh. This warns you that your data source doesn't support query fold, incremental refresh may not have a good performance when refresh.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you refresh your report successfully?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is your problem that your refresh is successful but you couldn't find the latest value? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is a blog about setting&amp;nbsp;incremental refresh for&amp;nbsp;Azure Data Lake Storage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For reference:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nolock.medium.com/parquet-adls-gen2-etl-and-incremental-refresh-in-one-power-bi-dataset-f4269ae6b2a0" target="_self"&gt;Parquet, ADLS Gen2, ETL, and Incremental Refresh in one Power BI Dataset&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please check your data/time parameter.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Developer/Cannot-set-up-incremental-refresh/m-p/2161579" target="_self"&gt;Cannot set up incremental refresh&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 10:10:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incremental-refresh-not-working/m-p/2182540#M32844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-10T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incremental-refresh-not-working/m-p/2185882#M32872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The refresh operation is getting completed successfully but I cant find the latest values in the data.&amp;nbsp;&lt;BR /&gt;Date/Time parameter is fine. Both RangeStart and RangeEnd are of Date/Time format only.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 18:21:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incremental-refresh-not-working/m-p/2185882#M32872</guid>
      <dc:creator>akasthan</dc:creator>
      <dc:date>2021-11-11T18:21:43Z</dc:date>
    </item>
  </channel>
</rss>

