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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Microsoft Employee
Microsoft 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
Microsoft Employee
Microsoft 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
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors