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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

PowerBI embedded report filters not passed with bookmarks

We are using PowerBI Embedded with a multi-page report.  On page load, we set report level filters using the following syntax:

 

{
  "responseCode": "RES.20000",
  "responseMessage": "Success",
  "data": {
    "token": "xxxxxxxxxxxxx",
    "embeddedReportURL": "<report url>/ReportSection",
    "reportId": "<report id>",
    "filters": [
      {
        "table": "Client",
        "column": "ClientID",
        "value": "<some guid>"
      },
      {...}
    ]
  }
}

 

This sets the filters correctly for that page.  However, when use a bookmark / button to access another page, the filters are not propogated.  Is this the correct way to set report level filters?  Is there a work around if this is the expected behavior?

m

1 ACCEPTED SOLUTION
TedPattison
Employee
Employee

Is it possible that the bookmarks you are using are reseting the filters? Make sure the bookmarks have the Data option disable so applying those bookmarks does not reset the report filter.

 

bookmarks.png

View solution in original post

2 REPLIES 2
TedPattison
Employee
Employee

Is it possible that the bookmarks you are using are reseting the filters? Make sure the bookmarks have the Data option disable so applying those bookmarks does not reset the report filter.

 

bookmarks.png

Anonymous
Not applicable

Thank you!  Worked perfectly!

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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