Forum Discussion
Does an Event exist when report is published
Hi all
I am trying to create a workflow in our environmet that needs to react when a report was published. I can access all the apis from power bi services to pull data from the service. But i need to trigger my internal app, when a new report was published to powerbi sevices. Is there a webhook or any event driven source that i can subscribe?
cheers
2 Replies
- Greg_Deckler
Community Champion
MarcoMu I do not know of any such event trigger.
- SaiTejaTalasila
Super User
Hi MarcoMu ,
You need create own power shell script to check activity data every few mins or hours for the operation create/modify report if it is found then in the next steps you can trigger the next action based on your requirement.
Please refer this rest API documentation -
https://learn.microsoft.com/en-us/power-bi/guidance/admin-activity-log
I hope it will be helpful.
Thanks,
Sai Teja