Forum Discussion
aashton
4 years agoHelper V
Deploying pbix through Azure pipeline loses data source
We have a continued problem where pbix files deployed through an Azure pipeline lose their datasource. So, say I have a pbix file connecting to an Azure SQL Database. I publish this to a Dev worksp...
- 4 years ago
Deployment pipelines push metadata only, you need to refresh the dataset after deployment.
otravers
4 years agoCommunity Champion
Deployment pipelines push metadata only, you need to refresh the dataset after deployment.