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...
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.
ajin
Helper II
8 years agoMy 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.