<?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: problem with the Incremental refresh with the Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3282546#M43066</link>
    <description>&lt;P&gt;You are missing two things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; you need to change your source query to make it non-dynamic.&amp;nbsp; Have a look at the documentation for Web.Contents - it has great examples of how to use RelativePath and Query&lt;/P&gt;
&lt;P&gt;2. you are missing the RangeEnd filter. It is critical for Incremental refresh. Nothing will work unless you specify both RangeStart and RangeEnd in your filter.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 00:29:48 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-06-14T00:29:48Z</dc:date>
    <item>
      <title>problem with the Incremental refresh with the Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3280718#M43052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In connector that has one entry point:&lt;/P&gt;&lt;P&gt;[DataSource.Kind="Solar", Publish="Solar.Publish"]&lt;/P&gt;&lt;P&gt;shared Solar.Contents = () =&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to add a parameter to this root function like&lt;/P&gt;&lt;P&gt;shared Solar.Contents = (optional RangeStart as datetime) =&amp;gt;&lt;/P&gt;&lt;P&gt;and use this parameter in our code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems as compiled successfully, which is great, and lead to an option that our connector &lt;STRONG&gt;can&lt;/STRONG&gt; &lt;STRONG&gt;get external parameter&lt;/STRONG&gt; (like RangeStart that we can declared in Power Query Editor Manage Parameters)&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;Power BI Desktop&lt;/STRONG&gt; it works fine when I add the parameter in the call to our connecter:&lt;/P&gt;&lt;P&gt;When I refresh the report – its use the RangeStart value. Which is great also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&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="27a4813e_1 2.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/927570iA43B8119CC517C82/image-size/large?v=v2&amp;amp;px=999" role="button" title="27a4813e_1 2.png" alt="27a4813e_1 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But&lt;/STRONG&gt; – when I tried to publish a report based on this model based on this connector to Power BI service with the RangeStart paraeter – its lead to not working dataset – and raise an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rinatGil_3-1686628000344.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/927565i14DC88D522D369B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rinatGil_3-1686628000344.png" alt="rinatGil_3-1686628000344.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I remove the parameter from the root, the error does not raised&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven’t set the incremented refresh on the model yet, but even when I add incremented refresh setting – its lead to same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 04:07:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3280718#M43052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-13T04:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the Incremental refresh with the Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3282546#M43066</link>
      <description>&lt;P&gt;You are missing two things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; you need to change your source query to make it non-dynamic.&amp;nbsp; Have a look at the documentation for Web.Contents - it has great examples of how to use RelativePath and Query&lt;/P&gt;
&lt;P&gt;2. you are missing the RangeEnd filter. It is critical for Incremental refresh. Nothing will work unless you specify both RangeStart and RangeEnd in your filter.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 00:29:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3282546#M43066</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-06-14T00:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the Incremental refresh with the Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3312183#M43320</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your feedback,&lt;/P&gt;&lt;P&gt;Why do we need to use&amp;nbsp;&lt;SPAN&gt;RelativePath and Query ? where in the documentaion it ask to do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-configure" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-configure&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-troubleshoot#configuring-in-power-bi-desktop" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-troubleshoot#configuring-in-power-bi-desktop&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nothing will work unless you specify both RangeStart and RangeEnd in your filter? where it is also mentioned as a must to use in the connector? What if I need it to be since&amp;nbsp;RangeStart till now?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:39:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3312183#M43320</guid>
      <dc:creator>LiranRom</dc:creator>
      <dc:date>2023-07-03T07:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the Incremental refresh with the Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3313225#M43332</link>
      <description>&lt;P&gt;You may need to use RelativePath to avoid issues with service refresh. RangeEnd is absolutely required but can be a date in the future.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 19:46:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3313225#M43332</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-07-03T19:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the Incremental refresh with the Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3318565#M43371</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've changed the Web Contents to have&amp;nbsp;&lt;SPAN&gt;RelativePath and Query&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-06 at 17.03.30.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/938220i3E5C06AAAA1266C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-06 at 17.03.30.png" alt="Screenshot 2023-07-06 at 17.03.30.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;It leads to same error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 14:04:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3318565#M43371</guid>
      <dc:creator>LiranRom</dc:creator>
      <dc:date>2023-07-06T14:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the Incremental refresh with the Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3318777#M43379</link>
      <description>&lt;P&gt;That part of the code looks good. Please provide more details.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 15:35:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/problem-with-the-Incremental-refresh-with-the-Power-BI/m-p/3318777#M43379</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-07-06T15:35:43Z</dc:date>
    </item>
  </channel>
</rss>

