Forum Discussion
Auto Binding Feature Not Working with Deployment Pipelines
- Anonymous3 years ago
Hey rubayatyasmin, thanks so much for the suggestions!
Since posting this I rebuilt all the deployment pipelines and reimplemented the deployment rules. It initially didn't work, but today, somehow, everything is working as expected again.
I'm wondering if rebuilding the deployment pipelines worked, it just took some time to create the binding between the workspaces and stages of the deployment pipeline.
Hi, Anonymous
To troubleshoot your issue, follow these steps:
Check Workspace Configuration: Verify that all workspaces are in the Power BI Service (not in Power BI Desktop) and they have been created using the "new workspace experience". Also ensure that you have proper permissions in all workspaces.
Examine Deployment Rules: Validate all deployment rules to ensure that they are correct. As you have mentioned, they should change the data source connection from Test to Prod.
Validate Dataflow Connection: Check your dataset's connection to the dataflow. Sometimes, if the dataset is not correctly connected to the dataflow, it might still be pointing to the old one even after deployment.
Check Dataset Configuration: Make sure your datasets are using parameters for dataflow and other sources. This allows the pipeline to change the sources when deploying between stages.
Manually Update: If all else fails, manually updating the dataflow references in the deployed dataset can be a workaround, though it shouldn't be necessary.
This should help identify any issues with the deployment process.
Hey rubayatyasmin, thanks so much for the suggestions!
Since posting this I rebuilt all the deployment pipelines and reimplemented the deployment rules. It initially didn't work, but today, somehow, everything is working as expected again.
I'm wondering if rebuilding the deployment pipelines worked, it just took some time to create the binding between the workspaces and stages of the deployment pipeline.
- rubayatyasmin3 years ago
Community Champion
good to know that it worked. sometimes it takes time to process all the changes.