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 t...
- 2 years ago
You can use Start-Process command to open a PBIX file :
NandanHegde
2 years agoSuper User
You can use Start-Process command to open a PBIX file :