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
ridhoaryo24
New Member

How to mix Full Refresh and Incremental Refresh on datasets that are in one Semantic Models

Hi,

 

I have several datasets in one Semantic Models. Let's say there are the Sales (Fact) and Outstanding_Transaction (Fact). The Sales table needs to be set as Incremental Refresh. But Outstanding_Transaction needs to be set as full refresh. Is this possible to set up that way? Thank you in advance.

2 ACCEPTED SOLUTIONS
Gabry
Super User
Super User

Hello @ridhoaryo24 ,

Sure, you can setup incremental refresh just for some selected tables.

 

Look at this for reference https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-configure

View solution in original post

Anonymous
Not applicable

Hi @ridhoaryo24 ,

 

I’d like to acknowledge the valuable input provided by Gabry . Their initial ideas were instrumental in guiding my approach. However, I noticed that further details were needed to fully understand the issue. 

 

The Select table listbox defaults to the table you selected in Data view. Enable incremental refresh for the table with the slider. If the Power Query expression for the table doesn't include a filter based on the RangeStart and RangeEnd parameters, the toggle isn't available. You can select your Sales table here.

vkaiyuemsft_0-1726042567727.png

 

 

You can also design your table to hold DirectQuery and Imported data in a single table. the DirectQuery part is to ensure near real-time data and the Imported part is to ensure the best performance in Power BI.

 

The hybrid table is partitioned so that its newest partition is DirectQuery from the data source and its historical data is imported into the other partitions. This is not a dual storage model. It is a table where one part is imported and one part is DirectQuery. Hybrid tables can only be applied to tables that have incremental refresh set.

 

For more details refer to the link: Incremental Refresh and Hybrid tables in Power BI: Load Changes Only - RADACAD

 

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

If there is any 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 @ridhoaryo24 ,

 

I’d like to acknowledge the valuable input provided by Gabry . Their initial ideas were instrumental in guiding my approach. However, I noticed that further details were needed to fully understand the issue. 

 

The Select table listbox defaults to the table you selected in Data view. Enable incremental refresh for the table with the slider. If the Power Query expression for the table doesn't include a filter based on the RangeStart and RangeEnd parameters, the toggle isn't available. You can select your Sales table here.

vkaiyuemsft_0-1726042567727.png

 

 

You can also design your table to hold DirectQuery and Imported data in a single table. the DirectQuery part is to ensure near real-time data and the Imported part is to ensure the best performance in Power BI.

 

The hybrid table is partitioned so that its newest partition is DirectQuery from the data source and its historical data is imported into the other partitions. This is not a dual storage model. It is a table where one part is imported and one part is DirectQuery. Hybrid tables can only be applied to tables that have incremental refresh set.

 

For more details refer to the link: Incremental Refresh and Hybrid tables in Power BI: Load Changes Only - RADACAD

 

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

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

Gabry
Super User
Super User

Hello @ridhoaryo24 ,

Sure, you can setup incremental refresh just for some selected tables.

 

Look at this for reference https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-configure

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