<?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: Dataflow from saleforce object to warehouse with incremental refresh not working in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4402995#M7108</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To my knowledge incremental refresh for Salesforce in a Gen2 dataflow is not possible at this time in fabric.&amp;nbsp; It seems the incremental refresh is only possible with Power Bi desktop application.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2025 13:25:09 GMT</pubDate>
    <dc:creator>goldenarm253</dc:creator>
    <dc:date>2025-02-10T13:25:09Z</dc:date>
    <item>
      <title>Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4348132#M5852</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to bring data from salesforce object to data warehouse in fabric workspace. I am using datalfow gen2 for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I set "Incremental refresh" on source table I get following error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A query with incremental refresh is not folding.&lt;BR /&gt;Please make sure the query is folding, then re-publish the dataflow.&lt;BR /&gt;&lt;BR /&gt;There is no additional implementation, just source is set to salesforce object and destination is set to warehouse existing table with replace option selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solution to this? or we can not use incremental refresh for salesforce objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also to note, when we use powerbi desktop to load data from salesforce object connector the incremental refreshworks but it does not work in the fabric dataflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jignesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 10:26:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4348132#M5852</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2025-01-02T10:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4348372#M5858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;reference: &lt;A title="Validating Findings on Optimizing Incremental Refresh with Microsoft Fabric" href="https://community.fabric.microsoft.com/t5/Dataflow/Validating-Findings-on-Optimizing-Incremental-Refresh-with/m-p/4346166#M4726" target="_self"&gt;Validating Findings on Optimizing Incremental Refresh with Microsoft Fabric&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last week, I conducted tests and observed that Salesforce objects are incompatible with Gen2 incremental refresh in Microsoft Fabric. If query folding isn't enabled, scheduled refresh times can triple. The issue stems from Salesforce using SOQL rather than standard SQL. A better approach might be setting up a pipeline to handle SOQL efficiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m also attaching a link to my post. Nono Chen shared some best practice ideas in the discussion, which might provide additional insights.&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 11:25:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4348372#M5858</guid>
      <dc:creator>goldenarm253</dc:creator>
      <dc:date>2025-01-02T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4351320#M5906</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/904831"&gt;@jigneshpatel&lt;/a&gt;,&lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;The issue you're facing is related to query folding, which is essential for incremental refresh in Dataflow. Salesforce objects are sometimes problematic when it comes to query folding due to how the Salesforce connector in Power Query often does not support query folding due to API limitations. If the query is not folding, the dataflow cannot use incremental refresh. To check the Query Folding Capability ensure that the query from Salesforce supports query folding. In Power Query, right-click on any step in the query editor and check if the "View Native Query" option is available. If it is not, query folding is not happening.&lt;/P&gt;
&lt;P&gt;Here are some links which may be useful in understanding Query Folding : &lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-query/query-folding-examples" target="_blank"&gt;https://learn.microsoft.com/en-us/power-query/query-folding-examples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-understand-optimize-refresh" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-understand-optimize-refresh&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-incremental-refresh" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-incremental-refresh&lt;/A&gt;&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 and give a Kudos to help the other members find it more quickly. If you have any other queries you can reach out to community forum for assistance.&lt;/P&gt;
&lt;P&gt;Thank you. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 04:35:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4351320#M5906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-06T04:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4351880#M5917</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Salesforce does not allow query folding. After 'View data source query,' all Salesforce objects in the navigation are greyed out, as shown below in the screenshot.&amp;nbsp; This behavior has been duplicated in Gen2, Excel, and Power BI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gen2 dataflow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="goldenarm253_0-1736164750687.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1222429i21B8F49FF7139FAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="goldenarm253_0-1736164750687.png" alt="goldenarm253_0-1736164750687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PowerBI&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="goldenarm253_1-1736165563096.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1222430iB329EBE407279990/image-size/medium?v=v2&amp;amp;px=400" role="button" title="goldenarm253_1-1736165563096.png" alt="goldenarm253_1-1736165563096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am designing a data pipeline and testing refresh times with promising results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 12:12:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4351880#M5917</guid>
      <dc:creator>goldenarm253</dc:creator>
      <dc:date>2025-01-06T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4358666#M6020</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned that&amp;nbsp;&lt;SPAN&gt;Salesforce connector in Power Query often does not support query folding due to API limitations&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;But, on PowerBI desktop when I do same it supports query folding and also it supports incremental refresh. But in fabric dataflow it does not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jignesh&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 11:04:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4358666#M6020</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2025-01-10T11:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4365137#M6110</link>
      <description>&lt;P&gt;Apologies for my delayed response, and thank you for taking the time to reply.&lt;/P&gt;&lt;P&gt;I exclusively use the Fabric backend for all reports, as it provides improved governance for data management.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:26:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4365137#M6110</guid>
      <dc:creator>goldenarm253</dc:creator>
      <dc:date>2025-01-15T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4385864#M6648</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/904831"&gt;@jigneshpatel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are right. Power BI Desktop and Fabric Dataflow handle query folding differently, even when using the same Salesforce connector.&amp;nbsp;This difference comes from how Power BI Desktop interacts with the connector versus how Dataflow processes queries in the cloud. For example PowerBi Desktop uses the Power Query engine locally while Fabric Dataflow runs transformations in the cloud, where query folding behavior may differ.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 09:54:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4385864#M6648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-29T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4391790#M6831</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/904831"&gt;@jigneshpatel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help?&lt;/P&gt;
&lt;P&gt;If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.&lt;BR /&gt;Thank you for your patience and look forward to hearing from you.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 06:13:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4391790#M6831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-03T06:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4402009#M7073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/904831"&gt;@jigneshpatel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 04:59:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4402009#M7073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-10T04:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4402995#M7108</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To my knowledge incremental refresh for Salesforce in a Gen2 dataflow is not possible at this time in fabric.&amp;nbsp; It seems the incremental refresh is only possible with Power Bi desktop application.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 13:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4402995#M7108</guid>
      <dc:creator>goldenarm253</dc:creator>
      <dc:date>2025-02-10T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow from saleforce object to warehouse with incremental refresh not working</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4410930#M7222</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/904831"&gt;@jigneshpatel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 10:56:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-from-saleforce-object-to-warehouse-with-incremental/m-p/4410930#M7222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-14T10:56:10Z</dc:date>
    </item>
  </channel>
</rss>

