Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi
Thanks a lot for any help and regards
#1. Authenticate to Power BI with Power BI Service Administrator Account
$User = "XXXXXXX"
$PW = "XXXXXXXX"
$SecPasswd = ConvertTo-SecureString $PW -AsPlainText -Force
$myCred = New-Object System.Management.Automation.PSCredential($User,$SecPasswd)
$DSPath = "C:\DS.csv"
Connect-PowerBIServiceAccount -Credential $myCred
Get-PowerBIDataset -Scope Organization | Export-Csv $DSPath -NoTypeInformation
hi there
have you tried the examples on the Power BI Rest APIs to make sure it works for your account?
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasetingroup#code-try-0
Hi Gilbert
Thanks a lot but
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 7 | |
| 6 |