Forum Discussion
Replace PBIX file in Embedded
- 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.
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.
- BrianHoj9 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?
- Eric_Zhang9 years agoMicrosoft Employee
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.
- tushu19849 years agoFrequent Visitor
Hi I am using Power BI CLI commands to automate publishing power bi report into workspace
but overwrite option is not working for me anyone knows how can we achieve overwriting report using power bi cli