Forum Discussion
Liam2468
1 year agoNew Member
Preventing Power BI Semantic Model Refresh Failure
Hello Everyone, As you probably know, it takes only one table in a Power BI semantic model to fail to refresh in order for the entire semantic model to refresh. Is there a way to prevent this from h...
- 1 year ago
It is up to you to decide if they all need to refresh successfully, or if they can all be refreshed individually without impacting other tables.
The Enhanced Refresh API allows you to selectively refresh individual tables and even partitions (if you use incremental refresh)
Enhanced refresh with the Power BI REST API - Power BI | Microsoft Learn
lbendlin
1 year agoSuper User
It is up to you to decide if they all need to refresh successfully, or if they can all be refreshed individually without impacting other tables.
The Enhanced Refresh API allows you to selectively refresh individual tables and even partitions (if you use incremental refresh)
Enhanced refresh with the Power BI REST API - Power BI | Microsoft Learn