Forum Discussion
ajin
Helper II
8 years agoHow to restrict data refresh for a particular dataset in services
Hi guys is there a way i can disable refresh in services, i know there is an option in the desktop, but serivces i couldnt find any. I have large datasets, hence refreshing all can cause time out iss...
ajin
Helper II
8 years agosince my datasets are large i have broken it down into different sets by year, ( the previous years shouldnt be refreshed) but the current year table should be ?
Greg_Deckler
Community Champion
8 years agoAre they different datasets or different tables within a single dataset? In the latter case, typically you would disable the refresh on the table in the PBIX file and then when you publish to the Service refresh won't occur for that table/query.
- ajin8 years ago
Helper II
My case is the latter. I had tried doing what you had suggested here but it didnt work. I was able to disable refresh in the desktop but it doesnt support the same on services.