Forum Discussion
How to share reports with customers?
Hi jaryszek ,
Thanks for reaching out to the Microsoft fabric community forum.
Use Power BI/Fabric deployment pipelines or distinct workspaces to promote the clean PBIX file without internal sources. You can maintain separate PBIX files or pipelines, keeping local connections only in the dev version while deploying a clean version (using Azure Blob) to your customers
Please go through the below documentation link.
Power BI implementation planning: Deploy content - Power BI | Microsoft Learn
If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.
Best Regards,
Menaka.
Community Support Team
thank you very much, It is possible to automate it?
Best,
Jacek
- v-menakakota1 year ago
Community Support
Hi jaryszek ,
I would also take a moment to thank Mauro89 , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
Yes, as mentioned, you can definitely automate this using Azure DevOps pipelines. You can set up automation for publishing reports, managing parameters, and deploying across workspaces or even tenants using Power BI REST APIs.If you prefer built-in, Power BI Deployment Pipelines also support semi-automated promotion across environments (Dev → Test → Prod).
Thankyou.