Forum Discussion
How to share reports with customers?
I have the way of including local sources using network virtual machines (for my company developers usage) and cloud connection to azure blob storage (to be used by customers).
But when I will be uploading report into customer tenant, how to get rid of local sources which are my company sources?
What is the best practice for it? I want to keep refreshing report uzing azure blob storage but I do not want to give them access to my local sources (like using parameter "local" to get to network virtual machine where my local files are located in).
Best,
Jacek
Hi @jaryszek,
regarding the previous comment. Yes you can automate it by using Azure DevOps pipeline for deployments.
Best regards!
4 Replies
- v-menakakotaCommunity Support
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