Forum Discussion

Dan44's avatar
Dan44
Helper I
2 years ago

Auto Refresh Excel Report with Power Pivot Data Model

Hi all,   I have this Office Script which can be scheduled in Excel:    function main(workbook: ExcelScript.Workbook) { // Refresh all data connections workbook.refreshAllDataConnections...