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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi All,
Would like to understand is there any single Power Shell Script that would help me get the Workspace, Related Dashboard , Report etc details. I know we do have different cmdlets but is there any way wherein it can be combined into one and we can save it in csv format. Below is the basic powershell script which I want to further improve so that I can get all the related dashboard and report in a single go.
Login-PowerBI
$items = Get-PowerBIDashboard -WorkspaceId 'XXXXXX-XXXX-XX-$$$$$$$$$$$$$'
$items
$Items | Export-Csv Documents\ps.csv