Forum Discussion
kunal105
9 years agoRegular Visitor
Reimporting a pbix file In Embedded workspace
I imported a pbix file which is in Direct Query Mode using provision sample and it worked fine. I get a reportId and DatasetId for this report. I hardcode the reportid for this pbix in an web appl...
- 9 years ago
Hi kunal105,
There's an argument nameconfilict for PostImportWithFileAsync, and as per this github sample, the argument value "Overwrite" can be used to overwrite the existing pbix file.
The report id doesn't change in a overwritten import, thus it won't affect the report embedded somewhere in your application. :smileyhappy:
Regards
v-ljerr-msft
9 years agoMicrosoft Employee
Hi kunal105,
There's an argument nameconfilict for PostImportWithFileAsync, and as per this github sample, the argument value "Overwrite" can be used to overwrite the existing pbix file.
The report id doesn't change in a overwritten import, thus it won't affect the report embedded somewhere in your application. :smileyhappy:
Regards