<?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: Refresh dataset api in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4784462#M62474</link>
    <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&gt;,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;I've dealt with this exact issue before. The problem is that the API doesn't automatically respect your incremental refresh settings like the manual refresh does. Here's what worked for me:&lt;/FONT&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Quick Fix - Try This First&lt;/FONT&gt;&lt;/H3&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Replace your current payload with:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"type": "automatic",&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"commitMode": "transactional"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Don't specify individual tables initially - let Power BI handle the incremental logic automatically.&lt;/FONT&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;If That Doesn't Work&lt;/FONT&gt;&lt;/H3&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Use this approach (worked for most of my datasets):&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"type": "dataOnly",&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"applyRefreshPolicy": true,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"objects": [&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"table": "DimCustomer"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;},&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"table": "DimDate"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;What I Learned&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;Avoid "type": "full"&lt;/STRONG&gt; - this bypasses incremental refresh completely&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;"automatic" mode&lt;/STRONG&gt; should respect your incremental settings&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;applyRefreshPolicy: true&lt;/STRONG&gt; is crucial when specifying objects&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Sometimes the API needs explicit table specification, sometimes it doesn't&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Debugging Steps&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;First try without specifying any objects at all&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;If that fails, add your tables but keep applyRefreshPolicy: true&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Check the refresh history to see which partitions actually got processed&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Compare timing with manual refresh&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Personal Experience&lt;/FONT&gt;&lt;/H3&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;I had the same frustration where manual worked perfectly but API either took forever (full refresh) or did nothing (automatic with wrong settings). The key breakthrough was realizing that "automatic" mode needs the right parameters to actually trigger the refresh logic.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;Give the automatic approach a shot first&lt;/STRONG&gt; - that's usually the cleanest solution.&lt;BR /&gt;&lt;BR /&gt;&lt;!--  StartFragment   --&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;SPAN class=""&gt;Fixed? &lt;/SPAN&gt;&lt;SPAN class=""&gt;✓&lt;/SPAN&gt;&lt;SPAN class=""&gt; Mark it &lt;/SPAN&gt;&lt;SPAN class=""&gt;• Share it • Help others!&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;SPAN class=""&gt;Best Regards,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;SPAN class=""&gt;Jainesh&lt;/SPAN&gt; &lt;SPAN class=""&gt;Poojara&lt;/SPAN&gt;&lt;SPAN class=""&gt; | Power BI Developer&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;!--  EndFragment   --&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2025 12:46:36 GMT</pubDate>
    <dc:creator>jaineshp</dc:creator>
    <dc:date>2025-08-01T12:46:36Z</dc:date>
    <item>
      <title>Refresh dataset api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4784400#M62469</link>
      <description>&lt;P&gt;I have a power bi datset with incremental refresh factored in (without polling expression).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I manually refresh the dataset, the refresh works well. I want to be able to refresh the datastset either using&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset-in-group#datasetrefreshtype" target="_self"&gt;Datasets - Refresh Dataset In Group API&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/asynchronous-refresh" target="_self"&gt;Enhanced refresh API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am not able to replicate the behavior of manual refresh in this API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use the following as payload&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "applyRefreshPolicy": "full" 
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It refrehes all partitions and refresh is longer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default is automatic which does not refresh the data at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know what do I need to use in the payload to replicate the exact same behavior of manual refresh through this api&lt;/P&gt;
&lt;P&gt;Resources&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/analysis-services/tmsl/refresh-command-tmsl?view=asallproducts-allversions" target="_self"&gt;Refresh command (TMSL)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset-in-group#datasetrefreshtype" target="_self"&gt;Datasets - Refresh Dataset In Group&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/asynchronous-refresh" target="_self"&gt;Enhanced refresh with the Power BI REST API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not able to determine a payload that would do what I desire&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smpa01_0-1754050078738.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1287936iF586BC2809437050/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smpa01_0-1754050078738.png" alt="smpa01_0-1754050078738.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smpa01_1-1754050100857.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1287937i10669031CB52DEE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smpa01_1-1754050100857.png" alt="smpa01_1-1754050100857.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;My current payload is&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "type": "Full"
    "objects": [
        {
            "table": "DimCustomer"            
        },
        {
            "table": "DimDate"
        }
    ]
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 01 Aug 2025 12:10:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4784400#M62469</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2025-08-01T12:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dataset api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4784462#M62474</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&gt;,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;I've dealt with this exact issue before. The problem is that the API doesn't automatically respect your incremental refresh settings like the manual refresh does. Here's what worked for me:&lt;/FONT&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Quick Fix - Try This First&lt;/FONT&gt;&lt;/H3&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Replace your current payload with:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"type": "automatic",&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"commitMode": "transactional"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Don't specify individual tables initially - let Power BI handle the incremental logic automatically.&lt;/FONT&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;If That Doesn't Work&lt;/FONT&gt;&lt;/H3&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Use this approach (worked for most of my datasets):&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"type": "dataOnly",&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"applyRefreshPolicy": true,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"objects": [&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"table": "DimCustomer"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;},&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;"table": "DimDate"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;What I Learned&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;Avoid "type": "full"&lt;/STRONG&gt; - this bypasses incremental refresh completely&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;"automatic" mode&lt;/STRONG&gt; should respect your incremental settings&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;applyRefreshPolicy: true&lt;/STRONG&gt; is crucial when specifying objects&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Sometimes the API needs explicit table specification, sometimes it doesn't&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Debugging Steps&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;First try without specifying any objects at all&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;If that fails, add your tables but keep applyRefreshPolicy: true&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Check the refresh history to see which partitions actually got processed&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Compare timing with manual refresh&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Personal Experience&lt;/FONT&gt;&lt;/H3&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;I had the same frustration where manual worked perfectly but API either took forever (full refresh) or did nothing (automatic with wrong settings). The key breakthrough was realizing that "automatic" mode needs the right parameters to actually trigger the refresh logic.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;STRONG&gt;Give the automatic approach a shot first&lt;/STRONG&gt; - that's usually the cleanest solution.&lt;BR /&gt;&lt;BR /&gt;&lt;!--  StartFragment   --&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;SPAN class=""&gt;Fixed? &lt;/SPAN&gt;&lt;SPAN class=""&gt;✓&lt;/SPAN&gt;&lt;SPAN class=""&gt; Mark it &lt;/SPAN&gt;&lt;SPAN class=""&gt;• Share it • Help others!&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;SPAN class=""&gt;Best Regards,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;SPAN class=""&gt;Jainesh&lt;/SPAN&gt; &lt;SPAN class=""&gt;Poojara&lt;/SPAN&gt;&lt;SPAN class=""&gt; | Power BI Developer&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;!--  EndFragment   --&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 12:46:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4784462#M62474</guid>
      <dc:creator>jaineshp</dc:creator>
      <dc:date>2025-08-01T12:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dataset api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4784532#M62476</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1284569"&gt;@jaineshp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;BR /&gt;I tested all the suggested payloads to determine which one would work for my use case, and I was able to get it working.&lt;/P&gt;
&lt;P&gt;Thanks again for your help.&lt;/P&gt;
&lt;P&gt;I found the official MS documentation on this topic to be terrible, especially given the complexity and importance of the subject.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it does not explain what type of refresh has what implications downstream. It is left to the user to try different combinations to see if you get what you are hoping for.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 13:54:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4784532#M62476</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2025-08-01T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dataset api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4798473#M62712</link>
      <description>&lt;P&gt;test&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 03:59:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4798473#M62712</guid>
      <dc:creator>th3gowtham</dc:creator>
      <dc:date>2025-08-16T03:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dataset api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4798474#M62713</link>
      <description>&lt;P&gt;testtt&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 04:00:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Refresh-dataset-api/m-p/4798474#M62713</guid>
      <dc:creator>th3gowtham</dc:creator>
      <dc:date>2025-08-16T04:00:19Z</dc:date>
    </item>
  </channel>
</rss>

