Forum Discussion
Power BI Desktop Automatic Refresh
- Anonymous7 years ago
Power BI desktop is a development tool. If you are talking about an Import model, its a static file that only updates when you update it. Its not different to a word document or excel file. You can't automatically refresh the static file. You need to open it with Power BI desktop and click refresh if you want to download new information.
If you have a live connected power bi file, it will always be up to date as the data never lives in the file.
Automatic refresh on the service is different, because the service hosts the file and organises the periodic refresh.
Your .pbix file will not be refreshed. When you publish to the service it makes a copy of your model. When you set up the refresh it is the model in the service (PowerBI.com) that pulls the data. Your .pbix will only update if you open it and hit Refresh.
Thanks a bunch jdbuchanan71.
Does this mean that files requiring some sort of transformation etc. created on the desktop version can only get refreshed manually?
Does this mean that if someone wants to have the data refreshed automatically s/he should use Power BI service and that the desired output should only be carried out in data file(s)?
Best,
Atif
- Anonymous7 years agoNot applicable
Power BI desktop is a development tool. If you are talking about an Import model, its a static file that only updates when you update it. Its not different to a word document or excel file. You can't automatically refresh the static file. You need to open it with Power BI desktop and click refresh if you want to download new information.
If you have a live connected power bi file, it will always be up to date as the data never lives in the file.
Automatic refresh on the service is different, because the service hosts the file and organises the periodic refresh.
- Atif7 years agoResolver I
Thank you! Anonymous.