Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
91 | |
74 | |
64 | |
49 | |
36 |
User | Count |
---|---|
115 | |
86 | |
80 | |
58 | |
39 |