Forum Discussion

amsrivas28's avatar
amsrivas28
Copper Contributor
Apr 14, 2021

Powershell iterative command on batches.

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 -...

Resources