Hi Everyone, I want to automate the process of downloading the PowerBI activity logs. I have PowerShell script that can download the logs, however I want to schedule the process to download the logs periodically preferably using SSIS.
Please share the details/process if anyone has implement the solution?
Also, how can we pass the login credentials (without prompt) required to login to PowerBI service when automating the process?
Since when we use the PS command - 'Login-PowerBI' or 'login-powerBIServiceAccount' a pop up window appears to enter our credentials.
I would appreciate any help.
Thanks!