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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
tpoljak
New Member

Integration Power BI with AD onpremise

Hi,

 

I've connected Power BI to the local AD environment and got really useful reports using a lot of Computer and User attributes. It's really useful!

 

To be prepared for all of my tests, I need to grab only additional three attibutes: Created, PasswordLastSet and Modified. I can grab it with PowerShell, but I don't know how to do it within Power BI.

 

Do you have an idea how to get theese three atributes by Power BI Desktop?

 

Thnx!

1 ACCEPTED SOLUTION

Hi,

 

Based on my research, I can't also find these AD atributes in Power BI. I'm using this powershell script to get it:

Get-ADComputer -Filter {(name -like "*")} -properties * | Select Name, DnsHostName, Enabled, Created, PasswordLastSet.

 

Maybe will be useful to someone....

View solution in original post

3 REPLIES 3
v-qiuyu-msft
Community Support
Community Support

Hi @tpoljak,

 

According to your description, it seems that you were connecting to the local AD use Active Directory data source, right?

 

Based on my research, I didn't find the official document list available attributes in this kind of data source. All tables are generated automatically in Power BI desktop. I would suggest you use the local AD administrator account to access this data source to see if you can find the required attributes.

 

Best Regards,
Qiuyun Yu

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

Hi,

 

Based on my research, I can't also find these AD atributes in Power BI. I'm using this powershell script to get it:

Get-ADComputer -Filter {(name -like "*")} -properties * | Select Name, DnsHostName, Enabled, Created, PasswordLastSet.

 

Maybe will be useful to someone....

@tpoljak are you connecting to local AD by synced it to Azure AD?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors