Forum Discussion

revansh's avatar
revansh
Icon for Helper IV rankHelper IV
9 years ago
Solved

Data Refresh - Import Method

Hi all,   We have developer a dashboard by importing datasets from multiple datasources.   Our requirement is to refresh the datasets every 10minutes.  Is it possible to refresh data sets(Import...
  • Anonymous's avatar
    Anonymous
    9 years ago

    revansh The UI only supports the import refresh as the documentation states. If you have an 8 minutes requirement you would need to combine your dataset behind the scenes into a source that supports Direct Query, or into a model that is a Live Connection. In both those scenerio's you would have some scheduled job that refreshed the dataset.

    You "might" be able to refresh certain dashboard tiles using the Developer API but that is outside my expertise area. I'm not aware of a way to refresh a dataset using the Dev API's.