Forum Discussion
Anonymous
7 years agoNot applicable
Powershell script to change Datasource Test to Production
Does someone have a powershell script to change the data source? For example I want deploy my report to powerBI reporting service from Test to Productios therefore i need to change the datasou...
fbeekvel
7 years agoFrequent Visitor
this one is for updating a connectionstring to a SSAS database using stored credentials.
Anonymous
7 years agoNot applicable
This maybe be a stupid question (powershell noob) but how do i do this for example if i have a folder named 'mypowerbifolder' where i have 20 pbix files in C:\Users\Tanako123\Documents\mypowerbifolder and want to run this script for all my pbix files in this folder.
I tried to google this how to do this, which should be pretty easy i think but i couldnt understand the logic
it should be a combination of get-childitem and for each?
thanks in advance!