Forum Discussion
Automatic refresh of dynamic iterating web datasource
- 2 years ago
Hi Anonymous Perhaps the Power Automate Desktop can refresh the Power BI file for you. For PBI Service you can watch similar Youtube: Uncover the perfect domain name for your venture 15 (youtube.com)
Hi Anonymous ,
Please try below ways:
- Power Automate: Create a flow that triggers your Power Query script on a schedule and stores the result in a static data store which can then be accessed by Power BI.
- You can consider using the combination of Windows Task Scheduler and PowerShell scripts to automate the refresh of a PBIX file.
Here is a broad outline of the steps you would take:
- Write a PowerShell script that opens Power BI Desktop, refreshes the data, and publishes the report to Power BI Service.
- Schedule the PowerShell script using Windows Task Scheduler to run at your desired frequency.
Please note that automating tasks using scripts and Task Scheduler can be complex and may require troubleshooting to ensure reliability.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi both,
Honestly I had hope for a much simpler solution to this rather simple task 😞
That said I have managed to schedule an attended flow that works (still struggling with the unattended one) in Power Automate. This required more steps both in PA and local system settings, than I can reproduce here, but hopefully it will be easier down the line, or maybe even the Desktop/Service query engines will be identical eventually...