Forum Discussion
crturner
3 years agoMicrosoft Employee
Using Power BI Rest APIs with Filters in Powershell
I am attempting to call the Get Groups REST API in Powershell to obtain a list of all the workspaces I have access to. $GetWorkspaces = Invoke-PowerBIRestMethod -Url "https://api.powerbi.com/v1....
- 3 years ago
The Try it now feature is great, and I've been testing it, but I was getting syntax errors.
If anyone else is struggling with this, set the name/value as $filter/contains(name,'text')
GilbertQ
3 years agoSuper User
Hi crturner
I would try and use the Try it now in the PBI Service to see what works, what does not work?
crturner
3 years agoMicrosoft Employee
The Try it now feature is great, and I've been testing it, but I was getting syntax errors.
If anyone else is struggling with this, set the name/value as $filter/contains(name,'text')