microsoft / Analysis-Services

Git repo for Analysis Services samples and community projects
MIT License
605 stars 416 forks source link

Overwrite option for Import-FabricItem #294

Open StevenGrzybowski opened 2 months ago

StevenGrzybowski commented 2 months ago

When attempting to use the sample code to import a pbip semantic model into a workspace, I get an error of Item 'DATA_MODEL_NAME' of type 'SemanticModel' already exists.

If there was an option to overwrite , it would allow us to publish a semantic model without having to write code to remove the existing item & then import it .