Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
GlauberCaires
Advocate I
Advocate I

How i can find who is the admin?

My company IT hasnt take the admin role and some random user here got it.

How i can find who is the email or user that is now the admin?

2 ACCEPTED SOLUTIONS
gopichilla
Resolver III
Resolver III

Hi @GlauberCaires

 

Extension of.onmicrosoft.com 

 

In normal user, Admin Portal option is not available

2017-05-30_20h28_22.png

 

Thanks

View solution in original post

v-sihou-msft
Microsoft Employee
Microsoft Employee

@GlauberCaires

 

The first users who create the O365 tenant will be assigned as global admin. You can use PowerShell command to find the administrators. Please see: Find what users have been assigned as Global Admins in Office 365 via PowerShell

 

Regards,

 

 

View solution in original post

6 REPLIES 6
v-sihou-msft
Microsoft Employee
Microsoft Employee

@GlauberCaires

 

The first users who create the O365 tenant will be assigned as global admin. You can use PowerShell command to find the administrators. Please see: Find what users have been assigned as Global Admins in Office 365 via PowerShell

 

Regards,

 

 

Great, in response to "How do you find Power BI admins, you answered "How to find Global Admins".

Don't you bother to read the questions?

gopichilla
Resolver III
Resolver III

Hi @GlauberCaires

 

Extension of.onmicrosoft.com 

 

In normal user, Admin Portal option is not available

2017-05-30_20h28_22.png

 

Thanks

That doesn't answer the question.
The question is simple: how do you determine who is a Power BI admin.
If you don't know the answer, don't post a response, as it's not useful, nor helpful.

Were you able to find who is admin of ur organization in pwer bi. Plz help, im facing the same issue, i am not able to reset the password and when I go for reset. It asks me to contact the admin.. My IT staff is not aware of such things and he is not helping me out to find who the hell is admin in our organization 

You can run this PS snippet to retrieve the Power BI Admins:

Connect-AzureAD
Get-AzureADDirectoryRole -ObjectID (Get-AzureADDirectoryRole | Where-Object {$_.Displayname -like “Power Platform Administrator”}).ObjectID | Get-AzureADDirectoryRoleMember

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors