Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi Folks!!
I need to retrieve Dataflow based on Workspace as per below PowerShell command
$Workspaces = Get-PowerBIWorkspace
$res = @( foreach ($workspace in $Workspaces) {Get-PowerBIDataFlow -Workspace $workspace }) | Export-Csv -NoTypeInformation -Path C:\Data\Dataflow.csv
I have near about 5000 workspace to pass in the above command.
Issue - This command breaks after passing 200th workspace to the script.
Can understand the failure as it is the limitation of PowerShell that it can only pass 200 record at a time.
Requirement - Is it possible to write command in such a way that it will pass 200 workspace first in one batch and another 200 in another batch i.e.
Please suggest
Thanks
Amit Srivastava
Please explain the true requirement behind this request. What are you planning to do with the dataflows afterwards?
This sounds more of a job for your O364 tenant admin.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
84 | |
84 | |
72 | |
49 |
User | Count |
---|---|
143 | |
131 | |
110 | |
64 | |
55 |