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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors