- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Allow user to see all reports in the organization
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- https://learn.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-group-as-admin
This returns a list of all workspaces - https://learn.microsoft.com/en-us/rest/api/power-bi/groups/add-group-user
Adds a user or group to a workspace
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
Did I answer your question? Mark my post as a solution, this will help others!
Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- https://learn.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-group-as-admin
This returns a list of all workspaces - https://learn.microsoft.com/en-us/rest/api/power-bi/groups/add-group-user
Adds a user or group to a workspace
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
Did I answer your question? Mark my post as a solution, this will help others!
Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!: Power BI Cookbook Third Edition (Color)
DAX is easy, CALCULATE makes DAX hard...

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
08-22-2024 11:56 AM | |||
09-06-2024 12:15 AM | |||
11-07-2024 03:07 AM | |||
12-04-2024 12:22 AM | |||
08-21-2024 11:36 PM |
User | Count |
---|---|
41 | |
39 | |
32 | |
17 | |
16 |