Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Solved! Go to Solution.
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.
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.
Thank you! Worked perfectly!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
40 | |
4 | |
3 | |
3 | |
3 |