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

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

Reply
Anonymous
Not applicable

Data flow single table refresh

does Data flow can single table  refresh? how to do it?

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @Anonymous ,

 

as far as I'm aware refresh is set for the Dataflow and not for individual tables in it.

 

1. In this scenario I'd have two Dataflows, one with the Fact table and one with the Dimension tables. Then set a different refresh time for each Dataflow.

 

2. Or use linked entities. 

  • Links in the same workspace: If you have dataflows A, B and C in a single workspace, and chaining like A > B > C, then if you refresh C, then you'll have to refresh others independently. However, if you refresh the source (A), the downstream entities also get refreshed.
  • Links between workspaces: Refresh for links from entities in different workspaces behaves like a link to an external data source. When the dataflow is refreshed, it takes the latest data for the entity from the source dataflow. If the source dataflow is refreshed, it doesn't automatically affect the data in the destination dataflow.

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
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

1 REPLY 1
v-kkf-msft
Community Support
Community Support

Hi @Anonymous ,

 

as far as I'm aware refresh is set for the Dataflow and not for individual tables in it.

 

1. In this scenario I'd have two Dataflows, one with the Fact table and one with the Dimension tables. Then set a different refresh time for each Dataflow.

 

2. Or use linked entities. 

  • Links in the same workspace: If you have dataflows A, B and C in a single workspace, and chaining like A > B > C, then if you refresh C, then you'll have to refresh others independently. However, if you refresh the source (A), the downstream entities also get refreshed.
  • Links between workspaces: Refresh for links from entities in different workspaces behaves like a link to an external data source. When the dataflow is refreshed, it takes the latest data for the entity from the source dataflow. If the source dataflow is refreshed, it doesn't automatically affect the data in the destination dataflow.

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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