Forum Discussion
Looking for Tips on Storing Data
- 7 years ago
You can point Power BI to the local file that is being updated each day. Whenever you refresh the data in Power BI, it will read whatever is in the excel file. You can refresh manually from the desktop client and push the update to the web service, or you can schedule an automatic refresh fro the web service.
Once you have connected Power BI to an import source (like excel), the data is contained in memory and stores the table in a compressed format within the Power BI file. Refreshing the data simply replaces the table with the new data.
If you are trying to build history in Power BI, but not in the source file, I don't believe this can be done.
You can point Power BI to the local file that is being updated each day. Whenever you refresh the data in Power BI, it will read whatever is in the excel file. You can refresh manually from the desktop client and push the update to the web service, or you can schedule an automatic refresh fro the web service.
Once you have connected Power BI to an import source (like excel), the data is contained in memory and stores the table in a compressed format within the Power BI file. Refreshing the data simply replaces the table with the new data.
If you are trying to build history in Power BI, but not in the source file, I don't believe this can be done.