Forum Discussion
Deployment pipeline two way dependency between items
When we try to deploy from our dev workspace to our test workspace, we get the error "One or more items failed to deploy because it will result in a two way dependency between items."
Even when clearning the test workspace or attaching a new workspace as the test workspace, we still get the error. We've even tried completely remaking the pipeline, but no success. This happens no matter what we try to deploy, even if it's just a single empty report with a single manually entered number in the dataset, so to me it doesn't seem like it could be any of the contents.
I'd rather not recreate everything we've built in the development workspace in a new workspace. Has anyone else had this issue or does anyone know a potential cause/fix?
21 Replies
- noahadmcdonaldFrequent Visitor
I'm also having the same problem. I've been able to deploy between development and test before, but now I'm unable to deploy a simple custom date table from a dataflow. I'd love to know how to fix this too!
Edit
Here is my error with ID's:
One or more items failed to deploy because it will result in a two way dependency between items.Please check the technical details for more information. If you contact support, please provide these details.- Activity ID 96bcb410-af0e-4619-b977-3bab6a59f7a9
- Request ID 8967d4b3-ca95-3557-cfed-34c8679b8f4f
- Correlation ID 01efbcaf-357b-837e-d00f-0d67fc19eae2
- Time Thu Apr 27 2023 13:13:39 GMT-0400 (Eastern Daylight Time)
- Service version 13.0.20534.70
- Client version 2304.3.13501-train
- Cluster URI https://wabi-us-north-central-g-primary-redirect.analysis.windows.net/
- billktaylorRegular Visitor
We are experiencing the exact same issue. Any ideas on what to check?
- AntSwigAdvocate II
Do Microsoft ever actually get around to helping with these or is it an excercise in futility posting here?
- Courtney_WhiteNew Member
It's a major issue for me as well. I've even gone so far as to delete the objects in my Test workspace, and to completely replace two of the three objects I'm trying to push (two datamarts and a dataflow).
- AnonymousNot applicable
Anyone know the cause. Referring the issue to technical support isn't an answer.
- AntSwigAdvocate II
Unfortunately no response/fix yet.
- AnonymousNot applicable
I'm also using datamarts. DataMarts are in preview, so I'm thinking that these are breaking the pipeline. Have you tried deleting your datamarts?
- JeffTrevorJonesFrequent Visitor
I am having this issue now as well trying to deploy a datamart from dev to test. It is not allowing me to move forward nor is there much information on the problem so I can fix it.
I appreciate any additional help or feedback.
- emgraveyFrequent Visitor
Hello,
I am facing the same issue :
Even deleting and recreating the datamart, we are not able to deploy from Dev to test.
Any suggestion?
- noahadmcdonaldFrequent Visitor
I was able to resolve this problem for my team. I decided to recreate the model I was deploying all together. Since I use Tabular Editor 2, I can simply drag and paste measures over to the new model. This is where I think I encountered the culprit. One of my older measure objects was not a high enough compatibility level to be transferred over to the new model. So I think it comes down to how old your tabular object model is and if any of the measure objects in it are of a high enough compatibility to be "copied' into the target workspace.
I'm not sure what "artifact" is referring to in the error message but I wish the Microsoft Power BI team would give a less vague answer to help resolve this easier. Obviously, recreating the model is not a preferred solution, and it would have been simpler if the error message just told me that one of my measures was old if that was the case for my problem.
Hope this helps!
- AnonymousNot applicable
Hi! Can you explain a bit how did you use Tabular Editor 2 to figure out the measure that was incompatible?
Thanks!
- AnonymousNot applicable
We are running into this issue as well. Sounds like Datamarts have quite a few bugs, probably why they haven't removed it from preview yet.
- StephenStroupAdvocate I
I'm also having this issue, also with a datamart that we built in test and need to move to prod.
- OzMattFrequent Visitor
Looks like this is still a thing. Curious to know if others determine its related to 'out of date'/incompatible measure definitions.
- master_NKRegular Visitor
Is there any fix to this yet?
- AnonymousNot applicable
Not really, but in my case it was a Analysis server source connection pointing to the same model (self connection) that when tried to run the deployment pipeline from Test to Prod failed with the 2 way dependency.
Repointed that connection to Dev and worked just fine