Forum Discussion
Refresh a single table that has incremental refresh enabled in dataset without updating other tables
- 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
Hello Anonymous
As far I have understood your problem what possible solution I can prefer is that you can disable the refresh option on the specified tables in the Power Query ( Transform Data ).
IF MY SOLUTION HELPED YOU PLEASE DO HIT A LIKE AND ACCEPT IT AS A SOLUTION IF IT SOLVES YOUR ERROR!
Regards,
Nimai Ahluwalia
- Anonymous4 years agoNot applicable
Those tables would still need to be occasionally refreshed, I think I figured out how to do what I want via XMLA but thanks for the suggestion. Might come in handy just in case!
- jeffshieldsdev4 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
- Anonymous4 years agoNot applicable
Wow, thanks for mentioning this!