Forum Discussion
Creating Multiple sub report Reports from the same Report
- 6 years ago
You might look into the (relatively) new "what if" parameters, which can be changed by the user but are stored as part of the model.
https://medium.com/dm-p/dynamic-filtering-with-power-bi-what-if-parameters-43ab4953de68
You could also look into shared datasets (if you're using the service)https://docs.microsoft.com/en-us/power-bi/desktop-report-lifecycle-datasets
You can also do all the data modeling in one power bi file and then use that as a datasource for different report front ends. You can share a source file by using OneDrive
https://docs.microsoft.com/en-us/power-bi/service-desktop-files
You might also be able to use a power bi template
https://docs.microsoft.com/en-us/power-bi/desktop-templates
As you can see, there is not a standard way to "develop in one file" and then distribute variations on that file.
Hi RY33 ,
If i understand you correctly, it seems you want something like Row-Level security.
Here's a simple example for Row-Level security.
Once you have managed roles in Power BI Desktop and publish the report to Power BI Service, you can assign a role to users.
For more details, please refer to the documents below.
https://docs.microsoft.com/en-us/power-bi/desktop-rls.
https://docs.microsoft.com/en-us/power-bi/service-admin-rls.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.