I wanted to know if there are any ways in which we can create an option of scheduling an automatic refresh for the power pivot data when ever there is change of data at the server side without using any share point farm.
|
feedback
|
|
Short Answer: No. Long Answer: you could write some VBA code in the workbook that refreshes the data upon opening the file. Then you could create a store proc that regularly queries the dataset and if a change is detected calls an script that opens the excel file, triggering the VBA to refresh the powerpivot, and then closes the excel file. | |||
|
feedback
|