March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have multiple clients, and each client's data is stored in their respective SharePoint folders with the same folder structure and file format. Here's the structure:
Client Folder
│
└── Reports
├── Sales
│ ├── sales.xlsx
│ ├── sales1.xlsx
│ └── ...
├── Inventory
│ ├── inventory.csv
│ ├── inventory1.csv
│ └── ...
├── Purchase
│ ├── purchase.xlsx
│ ├── purchase1.xlsx
│ └── ...
└── Payments
├── pay.csv
├── pay1.csv
└── ...
we upload report on daily basis to each folder with new data.
I want to create separate dashboards for each client using their respective data while maintaining the same dashboard structure (e.g., same visuals and measures).
To streamline the process:
Could someone guide me on:
Any suggestions, tips, or resources would be greatly appreciated!
Solved! Go to Solution.
Hi @jude_w
There is no such thing as a centralized template in Power BI. There are semantic models you can connect to and build reports on top of. Changes to these semantic models themselves (new, deleted, modified measures) will flow 100% via live connetion or partly via direct query (as you can select indivdual tables) to the reports that are referencing them but these individual reports/dashboards are independent from each other. The look and feel of the published reports that hold the semantic models are independent from any other reports even from those that are referencing them.
For maintainability I would maintain a single report (that can be connected to mulitple semantic models or other data sources) and use row level security to limit what a user has access to.
Proud to be a Super User!
This is not a complete solution, but did you check www.craftedbi.com? has easy to use templates in Power BI, and kind of makes the entire design a simple plug-and-play. Check it out.
It's not free, but not expensive at all and you actually get 9 pages at the minimum. Will save you weeks if not months of work..
You can basically use this template and apply to each one of your clients easily.
Hi @jude_w
Thanks for reaching out to Microsoft Fabric Forum Community,
Unfortunately, Power BI doesn't support a centralized template where updates automatically propagate to all dependent reports.
However, there are some strategies you can use to streamline the process as mentioned by @danextian
Common Semantic Model: Create a master semantic model that contains all your measures and data structures. When you update the model, all reports connected to it will reflect the changes.
Single report: Maintaining a single report connected to multiple data sources or semantic models and using RLS to limit the user’s access is another approach which can work for your case.
Please reach out if you need assistance in the above mentioned approaches.
Or if the solution has met your requirements please accept whichever solution met your needs to help others find it easily.
Thank you.
Hi @jude_w
There is no such thing as a centralized template in Power BI. There are semantic models you can connect to and build reports on top of. Changes to these semantic models themselves (new, deleted, modified measures) will flow 100% via live connetion or partly via direct query (as you can select indivdual tables) to the reports that are referencing them but these individual reports/dashboards are independent from each other. The look and feel of the published reports that hold the semantic models are independent from any other reports even from those that are referencing them.
For maintainability I would maintain a single report (that can be connected to mulitple semantic models or other data sources) and use row level security to limit what a user has access to.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |