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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Exclude a table from refresh in Power BI Service

Ability to exclude a table from Data Refresh (scheduled, manual, API, etc.) in the Service. In PBI Desktop, we have an option "Include in report refresh" we can disable for a table. But it won't affect PBI Service.
Status: Needs Votes
Comments
fbcideas_migusr
New Member
Status changed to: Needs Votes
 
PaddySaunders
New Member
Workaround that seems to work is to set the parameter Exclude from model refresh parameter to true for the tables you want, and it seems like applyRefreshPolicy : true in the api call will also ignore tables where the exclude parameter is true. But then you're not periodically refreshing past partitions for tables for which you have an incremental refresh, if you need that, that needs to managed some other way