Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.