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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
algorton
Frequent Visitor

PowerBI / Intune onPremisesExtensionAttributes

Good morning

 

I am connecting to InTune using the OData connection to the Data Warehouse, however, I cannot find the extended user attributes. Using Graph I can recover these using something similar to that below:

Get-MgUser -UserId xxxxxx -Property onPremisesExtensionAttributes | select -ExpandProperty onPremisesExtensionAttributes | select -ExpandProperty ExtensionAttribute10

My question is how do I easily extract these extended user attributes into my PowerBI report? I suspect that I need to connect to the Microsoft Graph to get the data but I am not really sure how to do this. Any good source of information on this topic would be appreciated.

 

Thanks

0 REPLIES 0

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors