Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi ,
Need help on some questions which came from one of the client. They want to create different customer profiles in fabric but they don't want to manually move workbooks across workspaces for different customers. Also they would like to replicate workspace , pbi for each customer. So the question is how this could be implemented in fabric in an effective way?
Solved! Go to Solution.
Treat each customer as a separate Fabric workspace, this isolates data, access controls, notebooks, and reports cleanly.
Use service principals or managed identities to automate workspace creation and artifact deployment.
To avoid manually moving artifacts, use Fabric REST APIs. You can script this using Azure DevOps pipelines, PowerShell, or Fabric Notebook automation (via REST API calls).
Hi @DiKi-I,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @DiKi-I,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @DiKi-I,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @DiKi-I ,
To implement customer-specific profiles in Microsoft Fabric without manual workbook movement:
Treat each customer as a separate Fabric workspace, this isolates data, access controls, notebooks, and reports cleanly.
Use service principals or managed identities to automate workspace creation and artifact deployment.
To avoid manually moving artifacts, use Fabric REST APIs. You can script this using Azure DevOps pipelines, PowerShell, or Fabric Notebook automation (via REST API calls).