Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
All Get PowerBI powershell commands failing even after logining with below error even after successfull login.
I used below two commands to loginn but still no luck.
1.Login-PowerBI
2.Connect-PowerBIServiceAccount
Error:
Get-PowerBIEncryptionKey
Get-PowerBIEncryptionKey : Login first with Login-PowerBIServiceAccount
At line:1 char:2
+ Get-PowerBIEncryptionKey
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-PowerBIEncryptionKey], Exception
+ FullyQualifiedErrorId : System.Exception,Microsoft.PowerBI.Commands.Admin.GetPowerBIEncryptionKey
Regards,
Anil Kumar
Hi @kathraji ,
For the error message, I think it may need us to login with the command of "Login-PowerBIServiceAccount". Did you try it? Did it work?
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Kudos are nice too.