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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.