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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ahmedshalabyy12
Resolver II
Resolver II

Automated refresh 4 tables from semantic model

Dears , 

i know how to schedule refresh for the whole model but i need to schedule refresh for only 4 tables from the semantic model
to be every 30mins  so how i can do that

 

Thank you

2 ACCEPTED SOLUTIONS
MasonMA
Community Champion
Community Champion

@ahmedshalabyy12 , Hi, probably no, but one of the approaches I tried in the past is split the frequently refreshed tables into a separate dataset and use composite models or DirectQuery for Power BI datasets to combine them in your reports.

For example, Dataset1 has 4 frequently refreshed tables, then refresh every 30 mins. Dataset2 has other slow-changing tables, then refresh daily or weekly. 

This gives fine-grained refresh control at the expense of model complexity.

View solution in original post

lbendlin
Super User
Super User

Easy. Both in Power Automate and in data pipelines you can specify the refresh at model, table, and even partition level (for incremental refresh scenarios).

 

In Power Automate you need to write your own connector for the enhanced refresh API, in Fabric you get that out of the box.

 

Enhanced refresh with the Power BI REST API - Power BI | Microsoft Learn

View solution in original post

4 REPLIES 4
v-ssriganesh
Community Support
Community Support

Hi @ahmedshalabyy12,

Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to @lbendlin & @MasonMA for sharing valuable insights.

 

Could you please confirm if your query has been resolved by the provided solution? If so, please mark it as the solution. This will help other community members solve similar problems faster.

Thank you.

 

Yes solved both considered as solution thank you 

lbendlin
Super User
Super User

Easy. Both in Power Automate and in data pipelines you can specify the refresh at model, table, and even partition level (for incremental refresh scenarios).

 

In Power Automate you need to write your own connector for the enhanced refresh API, in Fabric you get that out of the box.

 

Enhanced refresh with the Power BI REST API - Power BI | Microsoft Learn

MasonMA
Community Champion
Community Champion

@ahmedshalabyy12 , Hi, probably no, but one of the approaches I tried in the past is split the frequently refreshed tables into a separate dataset and use composite models or DirectQuery for Power BI datasets to combine them in your reports.

For example, Dataset1 has 4 frequently refreshed tables, then refresh every 30 mins. Dataset2 has other slow-changing tables, then refresh daily or weekly. 

This gives fine-grained refresh control at the expense of model complexity.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors