Forum Discussion
Anonymous
7 years agoNot applicable
report not refreshing from schedule refresh
Hi, I've got on onpremises gateway, i schedule the report to run at 9am everyday. I've checked the logged it successfully ran at 9am. But when i go into the report, the data is not ref...
- 7 years agoHi there
Yes all the Power BI Servers are set to UTC, so when you using NOW() it is based on UTC time, and if you are in NZ that would mean it would be yesterday for most of the day.
I would suggest offsetting your data with =NOW()+12 which should make it 12 hours later when the dataset refreshes.
GilbertQ
7 years agoSuper User
What happens if you do a CTRL + F5 on the page?
Anonymous
7 years agoNot applicable
It tried to refresh but nothing really happens.
Still no new data.
- GilbertQ7 years agoSuper UserI would try and refresh via Power BI desktop
And if that works then make sure that your gateway is looking at the same source.- Anonymous7 years agoNot applicable
desktop works. And shouldn't it be looking at the same source already since if i manully click refresh on powerBI service the dataset would be refresh ?
- GilbertQ7 years agoSuper UserHi there
If you would like it to refresh you would need to right click on the dataset and then click Refresh Now
By clicking the Refresh button in the Power BI Service that simply refreshes the cache.