Forum Discussion

kunal105's avatar
kunal105
Regular Visitor
9 years ago
Solved

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...
  • v-ljerr-msft's avatar
    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