Forum Discussion

akileshoo's avatar
akileshoo
New Member
1 year ago
Solved

Copy semantic model into a workspace subfolder

Hi,   I am trying to copy a semantic model of a Power BI report into a subfolder of the workspace. The report can be copied into the subfolder however the semantic model can be moved to and not cop...
  • rohit1991's avatar
    1 year ago

    Hi akileshoo 

     

    Power BI doesn’t let you copy semantic models (datasets) into subfolders within a workspace only reports can be copied, and datasets can only be moved. This can be a problem if you need historical snapshots or have automation (like Power Automate) tied to the model’s original location.

    A practical workaround is to export the semantic model as a PBIP file using the Power BI REST API or tools like Tabular Editor, then save it in a version-controlled location (e.g., SharePoint or a data lake). Another option is to use a deployment pipeline that creates timestamped copies of the model in an archival workspace. It’s not the same as copying to a subfolder, but it preserves history without breaking existing automation.