Forum Discussion
URL filtering for Power BI Rest API
Do you want to distinguish between PowerBIReport and PaginatedReport ?
It might be simpler (and faster) to pull the entire API response down and filter it later.
- prathyoo4 years agoAdvocate II
Yes. The idea is to use power automate to export the rdl files as well as pbix files associated to a particular dataset to store it in sharepoint. But, I couldn't find documentation on which fields can be used in the filter parameter of the api url. So far my test indicates that the name and datasetId fields could be used to filter the output of the api call.
- lbendlin4 years agoSuper User
I don't think these filters actually do anything. At least in my tests they had no effect.
This might trip you up as well:
Note: Paginated reports (rdl) don’t have a dataset. As a result, in the API response for paginated reports, the dataset ID value isn’t displayed.