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 have a React web application with a power bi report embedded in it. I am going to impliment export to pdf functinality
payload for the API is
{ "powerBiReportId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "filters": [ { "tableName": "string", "column": "string", "selectedValue": "string" } ], "exportFileFormat": 0, "onlyCurrentPage": true, "pageParameters": [ { "pageName": "string", "visualName": "string", "bookmark": { "name": "string", "state": "string" } } ] }
How can I get filters and page parmeters in my react export to pdf function
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |