Forum Discussion
Anonymous
6 years agoNot applicable
PowerShell Login to Power BI - Write Error
Hi All, I'm attempting to login to Power BI through the PowerShell Power BI cmdlet.. I was able to install the cmdlet (Install-Module -Name MicrosoftPowerBIMgmt) however when trying to login I rec...
- 6 years agoHi there
I would suggest you install ALL the Power BI Modules. And can you confirm the version you have installed is 1.0.830?
They are:
MicrosoftPowerBIMgmt.Admin
MicrosoftPowerBIMgmt.Capacities
MicrosoftPowerBIMgmt.Data
MicrosoftPowerBIMgmt.Profile
MicrosoftPowerBIMgmt.Reports
MicrosoftPowerBIMgmt.Workspaces
Icey
6 years agoCommunity Support
Hi Anonymous ,
I can't reproduce your issue.
1. Please check.
Supported environments and PowerShell versions:
- Windows PowerShell v3.0 and up with .NET 4.7.1 or above.
- PowerShell Core (v6) and up on any OS platform supported by PowerShell Core.
2. Install Profile module for Power BI Cmdlets.
Install-Module -Name MicrosoftPowerBIMgmt.Profile
3. Run as Administrator and try to login to Power BI.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.