Reputation: 622
I'm using Microsoft.PowerBI.Api nuget package and follow through this sample under the repo.
Client expects credentials and I cannot figure out how to initialize it.
Upvotes: 0
Views: 689
Reputation: 152
You need initialize new ServiceClientCredentials and pass in PowerBIClient constructor at line 26 (using statement)
What type of authentication do you want to use? Basic (username and password) token ? Windows authentication ?
Thank you in advance.
Upvotes: 1