Forum Discussion

nmasimore's avatar
nmasimore
Helper I
3 years ago
Solved

Streaming/Push Dataset Question

Hello   I'm new to streaming/push datasets.   I want to build a real-time dashboard displaying insights from an Excel table that is constantly being modified by a data entrist (I can't build a PB...
  • lbendlin's avatar
    lbendlin
    3 years ago

    when you have an import mode dataset you can choose to schedule refreshes (up to 48 per day if on premium, and up to 8 per day if not).  But these schedules may not coincide with your business process events.  The better option is to initiate a refresh when the source data has changed, based on some kind of trigger.  Once the event happens (source data changed)  you can then issue an API call to request a dataset refresh.  Once the dataset is refreshed successfully your dependent dashboards will update automatically. 

    For dependent reports you will need to find a different solution (direct query with auto page refresh, for example)