Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I'm trying to retrieve all Dashboards and reports in our company for a set of workspaces by using the filter parameter like
* https://api.powerbi.com/v1.0/myorg/admin/dashboards?$filter=workspaceId eq 'xxx' or workspaceId eq '...
* https://api.powerbi.com/v1.0/myorg/admin/reports?$filter=workspaceId eq xxx
I also tried the following filter
https://api.powerbi.com/v1.0/myorg/admin/dashboards?$filter=contains(workspaceId, 'xxx')
It seems to me that the filter option is not working for the api. Can somebody confirm or show me how it's done?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.