Forum Discussion
Integration Power BI with AD onpremise
- 9 years ago
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....
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
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....