Forum Discussion

ajin's avatar
ajin
Icon for Helper II rankHelper II
8 years ago

How 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 issues. Been stuck with this for a while now. 

6 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    Yes, generally when you go to the Dataset | Schedule Refresh there is a slider to enable automatic refresh or not. Or are you looking to disable it altogether so that users can hit "refresh" ?

    • ajin's avatar
      ajin
      Icon for Helper II rankHelper II

      since 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's avatar
        Greg_Deckler
        Icon for Community Champion rankCommunity Champion

        Are 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's avatar
      ajin
      Icon for Helper II rankHelper II

      Ya i was thinking on the same lines since it wasnt supporting the feature currently.