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

Ask the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.

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