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.
2 Replies
- AnonymousNot applicable
Hi MichaelSun ,
I think you can try code as below.
GET .../DataSets({Id})/Data?ProductKey=346For 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 ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- MichaelSunFrequent Visitor
I have tried this, but it seems not work.