Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
po
Post Prodigy
Post Prodigy

How to filter out personal workspacecs from list of workspaces in powershell cmdGet-PowerBIWorkspace

Hi,

 

Have a  powershell to look at the workspaces in the organization and trying to filter out personal workspaces as get error with below

Can use Filter to -eq but having issue with -NotLike.

 

How can this best be achieved?

 

Tried below but not working

Get-PowerBIWorkspace -Scope Organization -Filter "tolower(name) -NotLike 'personal*'"

 

If try this it works but woudl have thought coudl have used Filter?

 

$Workspaces = Get-PowerBIWorkspace -Scope Organization -All | Where {($_.Name -NotLike "Personal*")}

 

Thanks

0 REPLIES 0

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.