Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
My organization has a lot of workspaces and reports.
I need to be able to give the CEO access to everything without giving him permission to edit,
and without the need to go to each workspace to give access.
Though if it can be done only with edit permission too, it's ok.
Solved! Go to Solution.
Hey @Ariel_Valdes ,
unfortunately, someone has to go through all workspaces.
But this someone can be a PowerShell script.
Basically you need these REST API calls
To prevent editing the new user must assigned the Viewer permission (groupUserAccessRight).
You have to be aware that the user or the member of the groups needs to have a Pro license when the workspaces are not backed by Premium Per Capacity (P[x] capacities). If the workspaces are backed by Premium Per User capacities, then the user(s) must have a Premium Per User licensc.
Hopefully, this provides you with some ideas on how to tackle your challenge.
Regards,
Tom
Hey @Ariel_Valdes ,
unfortunately, someone has to go through all workspaces.
But this someone can be a PowerShell script.
Basically you need these REST API calls
To prevent editing the new user must assigned the Viewer permission (groupUserAccessRight).
You have to be aware that the user or the member of the groups needs to have a Pro license when the workspaces are not backed by Premium Per Capacity (P[x] capacities). If the workspaces are backed by Premium Per User capacities, then the user(s) must have a Premium Per User licensc.
Hopefully, this provides you with some ideas on how to tackle your challenge.
Regards,
Tom
@Ariel_Valdes I don't know of a solution to do that other than perhaps using the Power BI REST API via PowerShell to add the CEO to the Viewers role for each workspace. You should be able to automate that via the REST API to grab all workspaces in the tenant and then add the user to the Viewers role.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
28 | |
27 | |
23 | |
22 | |
18 |
User | Count |
---|---|
52 | |
34 | |
28 | |
24 | |
21 |