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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SLI
Helper IV
Helper IV

ad connector

hello

How to recover the user table from the azure active directory.

Using the content pack it does not work because I do not have the data I want.
My goal is to have the list of users with their date of last connection and the license that is assigned to them and this by country, site and domain

Then this table will be related to data provided from  O365, to know wich product is used by each user (teams, skype, exchange, sharepoint)

I've tried the AD connector of power bi desktop but it did not give anything .

 

thank youin advance for your help

 

sabrina,

 

1 ACCEPTED SOLUTION
v-yuezhe-msft
Employee
Employee

@SLI,

The AD connector in Power BI Desktop only works with Windows Active Directory. To query Azure Active Directory, you can use Azure AD Graph API. You can add a blank query in Power BI Desktop, then paste the following code into Advanced Editor of the blank query.

let

Source = Json.Document(Web.Contents("https://graph.windows.net/domain.com/users?api-version=1.6")

in

Source


There is a similar thread for your reference.
https://community.powerbi.com/t5/Desktop/Get-Data-Active-Directory/m-p/73792

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yuezhe-msft
Employee
Employee

@SLI,

The AD connector in Power BI Desktop only works with Windows Active Directory. To query Azure Active Directory, you can use Azure AD Graph API. You can add a blank query in Power BI Desktop, then paste the following code into Advanced Editor of the blank query.

let

Source = Json.Document(Web.Contents("https://graph.windows.net/domain.com/users?api-version=1.6")

in

Source


There is a similar thread for your reference.
https://community.powerbi.com/t5/Desktop/Get-Data-Active-Directory/m-p/73792

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors