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 there, I need you expertise, so in a Workspace you can create folder so inside on them, can you save a pbi report? and can you only grant access to groups?
Example:
Worspace "Sales" -> access to manager group
Inside this workspace two folders:
Sales Folder -> Sales Report -> access to sales group
Inventory Folder -> inventory report -> access to inventory group
Any suggestion thanks in advance.
Solved! Go to Solution.
In Power BI, the workspace is the primary organizational unit, and while you can organize content within workspaces, there are some limitations on how access control and folder structures work.
Workspace Structure
Access Control
To achieve something similar to your example, you could set up your Power BI environment as follows:
In each workspace, you can then add reports and datasets specific to the respective groups:
Sales Workspace:
Inventory Workspace:
If you want to keep everything within a single workspace and differentiate access, you could:
Use Row-Level Security (RLS): Implement RLS within datasets to control what data different groups can see within the same report. This doesn't change access to the report itself but controls the data visibility within it.
Power BI Apps: Create a Power BI app for each group and publish the relevant content to each app. You can control access to the app itself, which can serve as a workaround for managing different groups' access to different reports.
In Power BI, the workspace is the primary organizational unit, and while you can organize content within workspaces, there are some limitations on how access control and folder structures work.
Workspace Structure
Access Control
To achieve something similar to your example, you could set up your Power BI environment as follows:
In each workspace, you can then add reports and datasets specific to the respective groups:
Sales Workspace:
Inventory Workspace:
If you want to keep everything within a single workspace and differentiate access, you could:
Use Row-Level Security (RLS): Implement RLS within datasets to control what data different groups can see within the same report. This doesn't change access to the report itself but controls the data visibility within it.
Power BI Apps: Create a Power BI app for each group and publish the relevant content to each app. You can control access to the app itself, which can serve as a workaround for managing different groups' access to different reports.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!