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
EDIT: Not possible in shared capacity, but is possible in Power BI Premium with XMLA endpoint enabled.
Not possible--all tables in the dataset are refreshed.
You'll have to move your queries to separate dataflows for more granular control over individual table refreshes.
- Anonymous4 years agoNot applicable
Hey, it looks like I am able to do what I asked about using the TMSL parameter "applyRefreshPolicy": true via XMLA against a single table. Taking a quick look, it seems to be working, is there a reason you say it's not possible?
Here is the resource I referred
- jeffshieldsdev4 years agoSolution Sage
Not possible in shared capacity, but yes you're right, is possible with Power BI Premium and XMLA end-point enabled.
- Anonymous4 years agoNot applicable
I should have mentioned I am on Premium. Thanks!