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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Singh_10
Helper I
Helper I

Report on the roles defined in Tennant example Global administrator

Report on the roles defined in Tennant example Global administrator , number of users are global admin or member of any group

 

i am looking to create power bi report on this from tennant

1 ACCEPTED SOLUTION

Hi @v-xianjtan-msft 

 

Thank you for reply, actually i need to get this data directly to power BI is there any API i can use in Power BI to create report on it

View solution in original post

3 REPLIES 3
SaiTejaTalasila
Super User
Super User

Hi @Singh_10 ,

 

You can create a power shell script with rest API commands to pull that data to a CSV file and you can store it on onedrive.You can pull the data from onedrive to power bi report.

Get Global Admins:

Get-AzureADDirectoryRole | Where-Object {$_.DisplayName -eq "Company Administrator"} | Get-AzureADDirectoryRoleMember

Get Group Members:

Get-AzureADGroupMember -ObjectId <Group Object ID>

 

I hope it will be helpful.

 

Thanks,

Sai Teja 

v-xianjtan-msft
Community Support
Community Support

Hi @Singh_10 

 

You can export the information you want in the Microsoft 365 admin center.

Under the “user” and “Teams and Groups” options, you can export the details of the members of the tenant.

1.png

If you only want to get information about a certain role such as Global Administrator, you can select that role in the filter.

2.png

 

Best Regards,

Jarvis Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-xianjtan-msft 

 

Thank you for reply, actually i need to get this data directly to power BI is there any API i can use in Power BI to create report on it

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors