Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
common763
Helper III
Helper III

Incremental Refresh from Salesforce-DataLake Gen 2 Connection

I have created a report from Salesforce that is sent over to the Azure Data Lake.  It was created inside Power BI using the Gen 2 connection.  It is a rather large report so want to do an incremental refresh.  I went ahead and did that, but was notified in the incremental refresh window that states "Unable to confirm if the M query can be folded...".  

 

A co-worker mentioned using Synapse but not sure of what resources I have available for that and this is becoming more complicated than I believe it should be.  Is there a way to do an incremental refresh using the Salesforce (parquet) to Data Lake connection inside Power BI?  Maybe editing M or doing something?  Any information would be appreciated as this may be a weird thing to begin with sending data from SF to PBI.  Thanks. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @common763 ,

 

vstephenmsft_0-1722478113576.png

If you see this warning and want to verify the necessary query folding is occurring, use the Power Query Diagnostics feature, or trace queries by using a tool supported by the data source, such as SQL Profiler. If query folding isn't occurring, verify the filter logic is included in the query being passed to the data source. If not, it's likely the query includes a transformation that prevents folding.

Before configuring your incremental refresh solution, be sure to thoroughly read and understand Query folding guidance in Power BI Desktop and Power Query query folding. These articles can help you determine whether your data source and queries support query folding.

 

And I agree with your co-worker.Incremental refresh and real-time data works best for structured, relational data sources like SQL Database and Azure Synapse.

 

For your requirement, I found this blog for your reference:

Parquet, ADLS Gen2, ETL, and Incremental Refresh i... - Microsoft Fabric Community

Here's the official doc:

Incremental refresh for semantic models and real-time data in Power BI - Power BI | Microsoft Learn

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @common763 ,

 

vstephenmsft_0-1722478113576.png

If you see this warning and want to verify the necessary query folding is occurring, use the Power Query Diagnostics feature, or trace queries by using a tool supported by the data source, such as SQL Profiler. If query folding isn't occurring, verify the filter logic is included in the query being passed to the data source. If not, it's likely the query includes a transformation that prevents folding.

Before configuring your incremental refresh solution, be sure to thoroughly read and understand Query folding guidance in Power BI Desktop and Power Query query folding. These articles can help you determine whether your data source and queries support query folding.

 

And I agree with your co-worker.Incremental refresh and real-time data works best for structured, relational data sources like SQL Database and Azure Synapse.

 

For your requirement, I found this blog for your reference:

Parquet, ADLS Gen2, ETL, and Incremental Refresh i... - Microsoft Fabric Community

Here's the official doc:

Incremental refresh for semantic models and real-time data in Power BI - Power BI | Microsoft Learn

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Thanks Stephen.  I will look at this now.  Appreciate it. 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors