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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
SBX
Frequent Visitor

Connect Azure AD to Power BI

Hi,

How can import AAD user data (name, location, title) into Power BI?

Thanks,

S

4 REPLIES 4
Anonymous
Not applicable

Hi @SBX ,

Based on the information, try using PowerShell Cmdlets to import information to Power bi.

You can view the following links to learn more information.

Solved: Azure AD import to Power BI - Microsoft Fabric Community

Import Azure Active Directory Users into Power BI; An Step toward Dynamic Row-Level Security - RADAC...

Solved: active directory user information import to Power ... - Microsoft Fabric Community

 

Best Regards,

Wisdom Wu

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

SBX
Frequent Visitor

Thanks, not the solution I was looking for.  I've used Active Directory instead of Azure Active Directory. It's been a challenge identifying the fields, but I've now got what I needed.

Thanks for your help

SBX
Frequent Visitor

1) Microsoft Graph API is discontinued 

2) AAD is not available on PBI, but AD is available. The only issue is that the table structure is very difficult to navigate.

girishthimmaiah
Resolver I
Resolver I

Dear S,

There are two ways to bring Azure AD user data (name, location, title) into Power BI:

1. Through Microsoft Graph API (For More Data)
Register an application in Azure AD and give permissions to read user profile details.
Then pull that into Power BI Power Query from this API:
API link: https://graph.microsoft.com/v1.0/users?$select=displayName,jobTitle,officeLocation
Sign in and load the data into Power BI.
2. Azure AD Connect Use (Easy Way, but Limited Data)
Open Power BI and click on Get Data > Azure > Azure Active Directory.
Please log in with your work account.
Select and complete user details such as name, job title, and location.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.