Forum Discussion
Issue publishing live connected reports
- 1 year ago
Hi v-saisrao-msft, the ticket has not been addressed directly yet, however the issue isn't persisting so I am assuming it was solved. I was also able to work around it by using the git integration functionality and merging any report changes into a get repo synced to the workspace instead of publishing them directly.
Hi awin_w
The issue you're encountering—"Your file was published, but disconnected"—when trying to republish a report connected to a Fabric DirectLake semantic model, suggests a publishing pipeline hiccup in Power BI Service that may be related to how report-to-semantic model bindings are handled across workspaces. In typical DirectLake scenarios, the semantic model doesn’t require refreshes since it reads directly from the delta table, so the message about needing to manually refresh the semantic model is misleading. What seems to be happening here is that during the publishing step, Power BI fails to rebind the report to the existing semantic model correctly, especially when the model lives in a different workspace than the report. While this setup (report and dataset in separate workspaces but same capacity) generally works, recent backend changes in the Power BI Service or Fabric platform may be causing temporary disruptions to this cross-workspace linkage.
Even though the publishing prompt shows completion, the report doesn't actually update in the service, and the new visuals don't reflect. Furthermore, the "Open dataset settings" button is non-functional, likely because the system is trying to reference a dataset that is already external to the report's workspace. This is consistent with behaviors reported by other users where cross-workspace connections or external semantic models (especially DirectLake ones) become unstable temporarily. Since you've already verified that the semantic model is healthy and refreshed, the issue lies not with the dataset itself but with how the deployment or metadata binding step fails silently.
To work around this, consider these steps: (1) use "Get Data > Power BI datasets" in Power BI Desktop to reconnect to the live semantic model before publishing again, ensuring it's recognized properly; (2) test publishing the report into the same workspace as the semantic model to isolate the issue; and (3) clear out any cached connection metadata in Desktop and try publishing fresh (File > Options > Clear cache). If the issue persists, it’s best to raise a ticket with Microsoft support, as this may be a regression in the publishing pipeline tied to recent Fabric changes.