The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 ?
Solved! Go to Solution.
You can use Start-Process command to open a PBIX file :
You can use Start-Process command to open a PBIX file :