Forum Discussion
Embedded report link doesn't support URL filters.
- 6 years ago
Hi HulstB ,
Based on this document, The value provided in the pageName setting corresponds to the end of the report URL when viewing a report in the Power BI Service.
We tested it under the Secure Embed Code in Power BI Service and the parameters works fine.
<iframe width="720" height="640" src="https://app.powerbi.com/reportEmbed?reportId=[ReportID]&autoAuth=true&ctid=[ITID]&config=[Config]&pageName=ReportSectionfb03c940d50018e49203&filter=Budget/Brand eq 'Contoso'" frameborder="0" allowFullScreen="true"></iframe>
If there is not what you want, We suggest you to open a ticket here for help if you are a pro user: https://powerbi.microsoft.com/en-us/support/
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
CSS = Support for PowerBI?
The problem is that there is no combination of parameters that works over https to get a embedded page from a powerbi report with filter query and pageName parameters.
A simple report with filter on "orderitem" and "Page1" + "Page2" is not accessible as embed link.
https://app.powerbi.com/reportEmbed?reportId=[reportID]&autoAuth=true&ctid=[ctid]&filter=Orders/Orderitem eq '12345'"&pageName=Page1
https://app.powerbi.com/reportEmbed?reportId=[reportID]&autoAuth=true&ctid=[ctid]&filter=Orders/Orderitem eq '12345'"&pageName=Page2
Hi HulstB ,
Based on this document, The value provided in the pageName setting corresponds to the end of the report URL when viewing a report in the Power BI Service.
We tested it under the Secure Embed Code in Power BI Service and the parameters works fine.
<iframe width="720" height="640" src="https://app.powerbi.com/reportEmbed?reportId=[ReportID]&autoAuth=true&ctid=[ITID]&config=[Config]&pageName=ReportSectionfb03c940d50018e49203&filter=Budget/Brand eq 'Contoso'" frameborder="0" allowFullScreen="true"></iframe>
If there is not what you want, We suggest you to open a ticket here for help if you are a pro user: https://powerbi.microsoft.com/en-us/support/
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- HulstB6 years agoFrequent Visitor
Ok, now it is clear.
Thanks.
- Anonymous6 years agoNot applicable
Hi HulstB,
Have you finally resolved it?
Got exact the same issue. Filter passed to url are not applied.
In my case the url look like this:
https://app.powerbi.com/reportEmbed?reportId=XXXf&autoAuth=true&pageName=ReportSectione776ca6d6b28d8e363c4&filter='Main Table'/'Sales Level 2' eq 'AMERICAS_SP'