Forum Discussion

c_schrotberger's avatar
c_schrotberger
Frequent Visitor
8 months ago
Solved

Retain Subscription When Moving Reports to Different Workspaces

Hello!  We are in the process of tying our PowerBI workspaces to Azure DevOps (ADO) for version and release control.  For example, we currently have a workspace called "Retail" and are making "Retail...
  • cengizhanarslan's avatar
    8 months ago

    Subscriptions are tied to the report artifact in a specific workspace (and often the user + report ID). When you republish/recreate the report via ADO deployment, you’re effectively creating a new report object, so the old subscription objects don’t “follow” it. There isn’t a built-in way today to automatically retain them through redeployments.

     

    If you want to avoid losing them, don’t replace the report in Prod. Instead keep the same report item and only update the dataset/model behind it.