<?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: Enhanced Refresh API Incremental Refresh - Cannot specify partition in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3195303#M42279</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also want to state that this json content in my body in Postman works but it refreshes the wrong partition. It actually refreshes the partition that is part of the incremental refresh instead of the one that is part of the archived refresh.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_0-1681892969488.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/903658iE790C30CC6520A80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_0-1681892969488.png" alt="naelske_cronos_0-1681892969488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I wrap my object in an array like in the documentation (&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/asynchronous-refresh#post-refreshes" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/connect-data/asynchronous-refresh#post-refreshes&lt;/A&gt;), it gives me the error from in my first message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_1-1681893057655.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/903659i0DE5789063B800FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_1-1681893057655.png" alt="naelske_cronos_1-1681893057655.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 08:34:25 GMT</pubDate>
    <dc:creator>naelske_cronos</dc:creator>
    <dc:date>2023-04-19T08:34:25Z</dc:date>
    <item>
      <title>Enhanced Refresh API Incremental Refresh - Cannot specify partition</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3194251#M42266</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating a python script that refreshes my partitions via the enhanced refresh API, like in this example from Rui Romano:&amp;nbsp;&lt;A href="https://www.linkedin.com/pulse/approach-custom-partition-your-power-bi-dataset-refresh-rui-romano/?trackingId=xfQO%2Fw%2BfQXm9Zvmipp4ljA%3D%3D" target="_blank"&gt;https://www.linkedin.com/pulse/approach-custom-partition-your-power-bi-dataset-refresh-rui-romano/?trackingId=xfQO%2Fw%2BfQXm9Zvmipp4ljA%3D%3D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regarding the refresh of my dimensions without partitions it works perfectly.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
     "type": "full",
     "commitMode": "transactional",
     "maxParallelism": 10,
     "retryCount": 1,
     "objects": [
         {
          "table": "DIM_PHASE"
        }
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;As soon as I want to refresh a partition like this, it fails:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
     "type": "full",
     "commitMode": "transactional",
     "maxParallelism": 10,
     "retryCount": 1,
     "objects": [
         {
          "table": "FACT_BENCHMARKING",
          "partition": "2023Q101"
        }
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;I'm getting an error that it cannot specify the defined partition but in Analysis Services, it shows that my partitions are created...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_0-1681840183019.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/903357i726ADCCB7AA1235B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_0-1681840183019.png" alt="naelske_cronos_0-1681840183019.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_1-1681840271939.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/903358i2D72A0B41D3BCCD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_1-1681840271939.png" alt="naelske_cronos_1-1681840271939.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any idea why I get this error?&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;</description>
      <pubDate>Tue, 18 Apr 2023 18:02:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3194251#M42266</guid>
      <dc:creator>naelske_cronos</dc:creator>
      <dc:date>2023-04-18T18:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Refresh API Incremental Refresh - Cannot specify partition</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3195303#M42279</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also want to state that this json content in my body in Postman works but it refreshes the wrong partition. It actually refreshes the partition that is part of the incremental refresh instead of the one that is part of the archived refresh.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_0-1681892969488.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/903658iE790C30CC6520A80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_0-1681892969488.png" alt="naelske_cronos_0-1681892969488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I wrap my object in an array like in the documentation (&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/asynchronous-refresh#post-refreshes" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/connect-data/asynchronous-refresh#post-refreshes&lt;/A&gt;), it gives me the error from in my first message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_1-1681893057655.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/903659i0DE5789063B800FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_1-1681893057655.png" alt="naelske_cronos_1-1681893057655.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 08:34:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3195303#M42279</guid>
      <dc:creator>naelske_cronos</dc:creator>
      <dc:date>2023-04-19T08:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Refresh API Incremental Refresh - Cannot specify partition</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3195539#M42285</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've managed to solve my own problem. I had to add "applyRefreshPolicy : false"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naelske_cronos_0-1681903521805.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/903789iAC44ED5067245FCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="naelske_cronos_0-1681903521805.png" alt="naelske_cronos_0-1681903521805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 11:26:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3195539#M42285</guid>
      <dc:creator>naelske_cronos</dc:creator>
      <dc:date>2023-04-19T11:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Refresh API Incremental Refresh - Cannot specify partition</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3196034#M42293</link>
      <description>&lt;P&gt;Hello&lt;SPAN class=""&gt; &lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/119816" target="_self"&gt;&lt;SPAN class=""&gt;naelske_cronos&lt;/SPAN&gt;&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;we have the same problem, but looking for a solution with "applyRefreshPolicy : true" because we would like to automatically create new partitions when a new month or quarter starts. Unfortunately "applyRefreshPolicy : true" only works in commitMode transactionaly and therefore it would roll back the whole refresh in case of errors. Due to that we would like to refresh single partitions in transactional mode.&lt;BR /&gt;Has anybody an idea how we can automatically apply refresh policy?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Best&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Micha&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 14:24:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3196034#M42293</guid>
      <dc:creator>Micha_</dc:creator>
      <dc:date>2023-04-19T14:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Refresh API Incremental Refresh - Cannot specify partition</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3795183#M51089</link>
      <description>&lt;P&gt;Were you able to figure this out?&amp;nbsp; I'm looking at setting up an update partition via code and I'm not sure how to apply the refresh policy to find new partitions for the new day.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 21:47:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Enhanced-Refresh-API-Incremental-Refresh-Cannot-specify/m-p/3795183#M51089</guid>
      <dc:creator>Don-Bot</dc:creator>
      <dc:date>2024-03-27T21:47:14Z</dc:date>
    </item>
  </channel>
</rss>

