Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
@AlexHolmeset wrote:
Any idea whats wronge here?
What type is the AAD registered Application in your case? If the clientId is from a "Server-side Web app", then specify an extra option -clientsercet. Otherwise register a "Native app" and use the clientid alone.
@AlexHolmeset wrote:
Any idea whats wronge here?
What type is the AAD registered Application in your case? If the clientId is from a "Server-side Web app", then specify an extra option -clientsercet. Otherwise register a "Native app" and use the clientid alone.
I have registered it as a server-side web app. -Clientsecret is not a availible paramter for the Connect-powerbi commandlet. Il see if i can register as a native app.
What im trying to achieve is to connect/work with PowerBi trough powershell.
https://www.powershellgallery.com/packages/Microsoft.PowerBI.PowerShell/1.2
Worked when using using Native app. Thanks.
As the Azure App Registration UI is changed from legacy.
So you need to enable the addition setting called Default Client Type to Yes
to make sure your native app will works.
Thank you it was life saver for me!