Forum Discussion
Anonymous
7 years agoNot applicable
refreshing a PBIX file through powershell/any other method.
Hi Everyone, I wanted to ask if it is possible to refresh a PBIX file( in an automated way like power shell script or something). I have a report that uses google analytics data as source. the rep...
Anonymous
7 years agoNot applicable
Hi Hammadhassan,
You can upload/re-upload the PBIX from your local system to Report Server using PBIRS V2.0 REST API's or by installing the PBIRS libraries in powershell which got plenty of functionalites that you can play around with.
I've done using REST API's in my project and it is the easiest to start with.
Cheers,
Hari T
Anonymous
7 years agoNot applicable
Hello
Any doucument for both methods please?
I need to use powershell in order to update an existing update.
I just find a command that copy a bix for the first time but not update
MAny thanks
Asma
- Anonymous6 years agoNot applicable
Just add -Overwrite to your upload command. Simplez :)