Forum Discussion
haddi
3 years agoNew Member
Configure connection string for datasource in Power Bi Reports from Azure Devops
I have a deployment pipeline in azure devops where I can configure the connection string in the appsettings of my webapp for my development and production environment . I have used powerBi embed to integrate Power Bi Reports in my webapp. Is there a way to set what is the datasource for my reports based on the value in my appsettings file which is set in my deployment pipeline.
If I have the connection string variable refer to my development database, then the reports should also use development database as their datasource.