Forum Discussion
MichaelSun
3 years agoFrequent Visitor
How to add filter when execute dataset in Power BI Report Server Rest API
Hi sirs, anyone know how could I add filter when execute dataset in Power BI Report Server Rest API? I have tried many times, but always failed.
Anonymous
3 years agoNot applicable
Hi MichaelSun ,
I think you can try code as below.
GET .../DataSets({Id})/Data?ProductKey=346
For reference:
Develop with the REST APIs for Power BI Report Server
https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/
Add a Filter to a Dataset (Report Builder and SSRS)
REST API Design: Filtering, Sorting, and Pagination.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MichaelSun
3 years agoFrequent Visitor
I have tried this, but it seems not work.