
Hello
I would like to use this api in an HTTP connector but when I want to add a filter in the URL, the URL is invalid.
Hi @Charline_74,
Can you try the + characters instead of the white spaces.
https://api.powerbi.com/v1.0/myorg/admin/groups?$top=5000&expand=users.dashboards.datasets.dataflows.reports&$filter=type+eq+'Workspace'
Alternatively, can you try encoding the single quotes and the white space characters.
Also try something like below if the first option does not work:
https://api.powerbi.com/v1.0/myorg/admin/groups?$top=5000&expand=users.dashboards.datasets.dataflows.reports&$filter=type%20eq%20%27Workspace%27