Forum Discussion

Richtpt's avatar
Richtpt
Helper I
4 years ago
Solved

DevOps Release Pipeline with Power BI problems

I'm working on a Release pipeline in DevOps.  I'm using the Power BI Actions to publish the pbix to a workspace and that's working fine.  I then need to take ownership, update a parameter in the repo...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Richtpt ,

    First of all, make sure you have created the service principal object, if not, please refer to the following links to create it.

    Embed Power BI content with service principal and an application secret

    Power BI Service Principals 101

    Step 1 - Create an Azure AD app
    Step 2 - Create an Azure AD security group
    Step 3 - Enable the Power BI service admin settings
    Step 4 - Add the service principal to your workspace

    I watched the video that you mentioned. When the blogger used Powershell to add the service principal as data source user, he used his own gateway admin account to log in and executed the command Add-DataGatewayClusterUser

    Besides that, please check if you have given the appropriate values for the parameters applied in below command:

    -GatewayClusterId

    -GatewayClusterDatasourceId

    -Identifier : provide the object id of service principal

    Object ID:

    Best Regards