Forum Discussion
Filtering dataset in Power BI Service
- 5 years ago
Hey Anonymous ,
this can be achieved by separating the data (the dataset) from the content (reports + dashboard) using two workspaces.
One contains "just" the dataset, I call this workspace data. The 2nd workspace contains the report.
You publish the dataset using a pbix that just creates the data model and publish this report to the data workspace. Don't forget to configure the RLS roles
With a 2nd pbix you create the content, but instead of connecting to the original data source, you are connecting to the Power BI dataset. If you are done with the content creation you publish the pbix to the content workspace.
The 2nd user is not a member of the data workspace, but has build permission on the dataset.
The 2nd user is a contributor in the content workspace, meaning he can create his own reports but RLS is applied.
Hopefully, this provides what you are looking for!
Regards,
Tom
Hey Anonymous ,
this can be achieved by separating the data (the dataset) from the content (reports + dashboard) using two workspaces.
One contains "just" the dataset, I call this workspace data. The 2nd workspace contains the report.
You publish the dataset using a pbix that just creates the data model and publish this report to the data workspace. Don't forget to configure the RLS roles
With a 2nd pbix you create the content, but instead of connecting to the original data source, you are connecting to the Power BI dataset. If you are done with the content creation you publish the pbix to the content workspace.
The 2nd user is not a member of the data workspace, but has build permission on the dataset.
The 2nd user is a contributor in the content workspace, meaning he can create his own reports but RLS is applied.
Hopefully, this provides what you are looking for!
Regards,
Tom
- Anonymous5 years agoNot applicable
Thank you for this solution, It helped out exactly what ia m looking for.