You manage a Power BI workspace that contains a dataset refreshed daily from an on-premises SQL Server. Users report that the report shows data from two days ago. You verify that the scheduled refresh ran successfully this morning. What is the most likely cause?
Trap 1: The refresh took longer than expected and timed out.
The refresh completed successfully, so timeout is not the issue.
Trap 2: The scheduled refresh is not set to refresh the dataset.
The refresh ran successfully, so scheduling is not the issue.
Trap 3: The on-premises data gateway is offline.
If the gateway were offline, the refresh would fail.
- A
The gateway is using a cached version of the data due to a misconfigured data source.
A misconfigured gateway cache can cause stale data.
- B
The refresh took longer than expected and timed out.
Why wrong: The refresh completed successfully, so timeout is not the issue.
- C
The scheduled refresh is not set to refresh the dataset.
Why wrong: The refresh ran successfully, so scheduling is not the issue.
- D
The on-premises data gateway is offline.
Why wrong: If the gateway were offline, the refresh would fail.