Forum Discussion
How use Deployment Pipelines with Dataflows in Power BI?
If datasets and dataflows are in the same pipeline and workspace/ stage,
when they are deployed they will reconnect in Test/ Prod stages.
If they are not in the same pipeline, then today we don't have a good solution for that yet, but we are working on it- Deployment pipelines - multiple pipelines working together | Microsoft Docs
I have had the same experience as @ptacquet. I have one deployment pipeline with a dev, test, and production stage. When I create something in dev and deploy it to test, the dataflow still references the dev DSN (we use an ODBC connection with a DSN to connect to an AWS instance). I can go in and manually update the DSN in the test workspace but if I deploy from dev again it will be overwritten with the dev DSN.
The real issue here is that when I deploy a report that pulls from the dev dataflow, it doesn't seem to keep a connection to any dataflow. When I download the report and go to the advanced editor, there are no queries in the queries pane.