Forum Discussion
BrianHoj
9 years agoFrequent Visitor
Replace PBIX file in Embedded
We have gone through and built some sample web apps pointing to some sample PBIX files we loaded up into our Embedded Workspaces. We would like to replace the existing PBIX file we uploaded with a n...
- 9 years ago
Based on my test, the report id doesn't change in a overwritten import, thus it won't affect the report embedded somewhere in your application.
Eric_Zhang
9 years agoMicrosoft Employee
There's an argument nameconfilict for PostImportWithFileAsync, and as per this github sample, the argument value "Overwrite" can be used to overwrite the already existing dataset.
BrianHoj
9 years agoFrequent Visitor
@v-lvzhan-msft wrote:
There's an argument nameconfilict for PostImportWithFileAsync, and as per this github sample, the argument value "Overwrite" can be used to overwrite the already existing dataset.
Thanks that helps a bunch. Does that keep the ReportID the same as well?