The -Scope parameter determines the breadth of the search.
Individual (Default): Returns only imports assigned to the calling user.Organization: Returns all imports within the tenant. Note: You must be an administrator to use this scope.
When using -Scope Organization, you can also use the -Filter parameter to apply an OData filter (case-sensitive, element names must start with lowercase).
# Get imports for the current user
Get-PowerBIImport -Scope Individual
# Get all imports in the organization (requires admin rights)
Get-PowerBIImport -Scope Organization