Forum Discussion
Anonymous
3 years agoNot applicable
Copy and Edit PBIX
Is there a way to program (or via a system like pipelines) a copy job, and then automatically edit the copied PBIX file to be set to a certain filter? I have a PBIX which I distribute, but currently...
- 3 years ago
No. Deployment Pipelines does not make any changes to the data. It accepts parameters to switch datasources if needed between dev/test/prod databases, but no report level changes are made. Whatever you publish in DEV is copied, AS IS, to the other environments.
edhans
3 years agoCommunity Champion
No. Deployment Pipelines does not make any changes to the data. It accepts parameters to switch datasources if needed between dev/test/prod databases, but no report level changes are made. Whatever you publish in DEV is copied, AS IS, to the other environments.
Anonymous
3 years agoNot applicable
Thank you very much for answering.