Forum Discussion
Rohitb
2 years agoHelper I
Open "PowerBI" Desktop using PowerShell
Hello,
I have a requirement where I have to open PowerBI Desktop Application via PowerShell / Python / cmd.
& also open a PBIX File using PowerShell / Python / cmd .
Can someone help me with this ?
You can use Start-Process command to open a PBIX file :
1 Reply
- NandanHegdeSuper User
You can use Start-Process command to open a PBIX file :