<?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: Advanced Power M + Incremental refresh in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/2962831#M40259</link>
    <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Have you figured out the issue? Is it working in Power Bi service?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 14:59:59 GMT</pubDate>
    <dc:creator>Mrithya</dc:creator>
    <dc:date>2022-12-12T14:59:59Z</dc:date>
    <item>
      <title>Advanced Power M + Incremental refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/2709877#M37972</link>
      <description>&lt;P class="lia-align-left"&gt;Dear All, I have written an API call to request data from our team's UiPath Orchestrator server. (using odata, swagger 2.0)&lt;BR /&gt;Here I would like to use incremental refresh, to request only data between RangeStart and RangeEnd parameters required for incremental refresh.&lt;/P&gt;&lt;P&gt;The incremental refresh seems to be working when I'm filtering the already downloaded data, but here in the request somehow does not work, cannot recognize the data behind the parameter. I just need to filter the downloaded data already here, because the api call takes unnecessarily long time - more than half an hour and a lot of memory during the data transfer.&lt;/P&gt;&lt;P&gt;The request itself is fine working when I'm changing the parametername to a static datetime text in the right format.&lt;/P&gt;&lt;P&gt;Could you help me how to fix it if possible? Thank You!&lt;/P&gt;&lt;P&gt;Edit: the code works in PowerBI Desktop mode but does not in online "service" mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The piece of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Path = "/odata/QueueItems?$filter=(QueueDefinitionId eq 311 or QueueDefinitionId eq 95) and CreationTime gt "&amp;amp;DateTime.ToText(RangeStart,"yyyy-MM-dd'T'HH:mm:ss'Z'")&amp;amp;" and CreationTime le "&amp;amp;DateTime.ToText(RangeEnd,"yyyy-MM-dd'T'HH:mm:ss'Z'"),

Auth = Json.Document(Web.Contents(BaseUrl, [Headers=[#"Content-Type"="application/json"], Content=Json.FromValue(Credentials), RelativePath="/api/account/authenticate"])),
Token = Auth[result],


Source = Json.Document(Web.Contents(BaseUrl, [Headers=[Accept="application/json", #"Authorization"="Bearer " &amp;amp; Token], RelativePath=Path, Timeout=#duration(0,0,30,0) ])),&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 12:44:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/2709877#M37972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-18T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Power M + Incremental refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/2713375#M38007</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;- have you considered using the Power Query Diagnostic or Fiddler trace to see how many times the Power Query is executing the API call.&amp;nbsp; I just think it might be attempting to call the data multiple times so the 30 minute time out never occurs.&amp;nbsp; You could probably confirm that Power Query is doing something unnecessary from call the API in Visual Studio Code or Postman.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you find that Power Query is doing something unusual, you may want to consider switching to using Power Automate to call the JSON file.&amp;nbsp; Store the JSON file in SharePoint, or parse it into a Dataverse table.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 19:01:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/2713375#M38007</guid>
      <dc:creator>Daryl-Lynch-Bzy</dc:creator>
      <dc:date>2022-08-19T19:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Power M + Incremental refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/2962831#M40259</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Have you figured out the issue? Is it working in Power Bi service?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:59:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/2962831#M40259</guid>
      <dc:creator>Mrithya</dc:creator>
      <dc:date>2022-12-12T14:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Power M + Incremental refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/3445934#M44656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/485382"&gt;@Mrithya&lt;/a&gt;, yes there was a bug with power BI, not with my report/Dataset. I had to publish the report + dataset to a new created workspace,and&amp;nbsp; the request immediately worked for me.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 12:47:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Advanced-Power-M-Incremental-refresh/m-p/3445934#M44656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-25T12:47:48Z</dc:date>
    </item>
  </channel>
</rss>

