Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I was working to implement true CI/CD between Azure DevOps and our Power BI service.
Had a lot of trouble updating the Dataset's (report) Datasource and having it automatically "Maps To" the correct Gateway Datasource (DSN).
So, here is the solution that worked:
The Service Principal has access to update the Dataset's datasouce, but doesn't have access to the Gateway datasource (interface doesn't allow it at this time). So, we use the Service Principal to update the datasource in one PowerShell script, and a Generic Id to refresh the gateway (Bind To Gateway) in another PowerShell script. These two tasks, running sequentially, now run successfully in our DevOps Release Pipeline.
Hope this helps someone.
When adding data source users in the gateway admin, you can specifiy a security group. If you add the service principal to the security group, this should then allow you to use the service principal to bind the gateway datasource.
Hope this helps.
Hi,
I am using org service account that's synced to Azure AD. When I manually login (Login-PowerBIServiceAccount) it works - I get pop up to login where I would enter service account anme and password into my org login page. Then it connects and I can bind the gateway. However when I try to use below code for automation, it doesn't work.
$PbiSecurePassword = ConvertTo-SecureString $password -Force -AsPlainText
$PbiCredential = New-Object Management.Automation.PSCredential($username, $PbiSecurePassword)
Connect-PowerBIServiceAccount -Credential $PbiCredential
Login-PowerBIServiceAccount -Credential $PbiCredential
Any Ideas: I am thinking that it's because I am not using @onmicrosoft.com account and for some reason PowerBi commandlet doesn't support connect / login doesn't support accounts that are synced via Azure Sync??
Any advise is appreciated.
Thanks
Not sure where to submit that, but they should allow the Service Principal accounts to be added to the Gateway Datasource "Users."
That would help. It would allow us to use one account for the whole process.
Hi @mbutler71,
You can discuss these on the power bi 'feature release' blog('power bi xxxx feature summary' which mentioned the embedded features) or submit and the idea forum.
Here is the link of ideas foumn:
Regards,
Xiaoxin Sheng
All set, thanks for the link:
https://ideas.powerbi.com/ideas/idea/?ideaid=d7bb30d3-5ed3-eb11-ba5e-501ac50a6edb
HI @mbutler71,
Thanks for sharing, This should help if someone faced similar requirements.
BTW, I think you can also consider submitting ideas or contact the power bi dev team to report this requirement to help improving power bi features.
Regards,
Xiaoxin Sheng
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |