Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
sajinans
New Member

How can I get filters and page parmeters in my react export to pdf function

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

0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.