Forum Discussion
Incremental refresh
- 6 months ago
A report is replaced only when you publish over the same report object in the workspace. If you publish to the same workspace but Power BI can’t match it to an existing report, it will always create a new one. So instead of re-publishing your report try rebinding your report tho your new semantic model using the code below with NoteBook:
%pip install semantic-link-labsimport sempy_labs.report as rep # List of reports to rebind reports = [ 'ReportName' ] # Rebind operation for each report for report in reports: rep.report_rebind( report = report, dataset = 'NewSemanticModelName', report_workspace = 'WorkspaceName', dataset_workspace = 'WorkspaceName' ) print(f"✓ {report} successfully rebound")
Hi amahmoud,
Thank you for reaching out to the Microsoft Fabric Community Forum. Also, thanks to krishnakanth240, cengizhanarslan, Natarajan_M, for those inputs on this thread.
Has your issue been resolved? If the response provided by the community member krishnakanth240, cengizhanarslan, Natarajan_M, addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.
Thank you for using the Microsoft Community Forum.
- v-kpoloju-msft6 months agoCommunity Support
Hi amahmoud,
Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t hesitate to reach out.Thank you.