Forum Discussion
Refresh dataset automatically when we change any records from the dataset in power bi .
Hi,
If u have SQL Server instance u can create trigger on data table or some procedures to check new rows. Then trigger will run job. Job will run powershell script to refresh data.
To run this powershell u need to create proxy account.
Link here: https://docs.microsoft.com/en-us/sql/ssms/agent/create-a-sql-server-agent-proxy?view=sql-server-2017
Try to use dedicated Powershell module ReportingServicesTool.
Link here: https://www.powershellgallery.com/packages/ReportingServicesTools/0.0.5.0
Hi,
Thanks for the reply.
As I am using D365 Online version. We don't have to SQL instance , trigger when action happen. We have to refresh dataset of Power BI when any change on update or new item created. Do you have suggestion to do same thing in D365 online version.
Thanks
Ajyendra Singh