Forum Discussion
Anonymous
4 years agoNot applicable
Refresh a single table that has incremental refresh enabled in dataset without updating other tables
Hi I have a Power BI dataset with a few tables in it - one with incremental refresh (daily data) and the rest without incremental refresh (historical data). I am trying to trigger a refresh o...
- Anonymous4 years ago
I was able to do this by also passing the parameter "applyRefreshPolicy": true along with "type": "full" referring the link below.
https://docs.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-xmla
jeffshieldsdev
4 years agoSolution Sage
"Include in report refresh" only applies to the behavior of the Refresh button on the ribbon in Power BI Desktop.
Solved: Re: Disabling "Include in report refresh" not work... - Microsoft Power BI Community
Anonymous
4 years agoNot applicable
Wow, thanks for mentioning this!