Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi guys,
is it possible to use Power BI embedded service with power bi parameters?
Let's say I need to integrate POWER BI reports in my website and I have report that should be filtered based on the parameter value...(Similar to SSRS parameters functionality)...
Is it possible to invoke report by url, passing parameter value so potentially every request would give me different results if parameter value is different?
Thanks,
Enes
Power BI Embedded does not support parameters yet but you can pass in one additional filter value on the embed URL when you render the IFrame like below.
report.EmbedUrl = report.EmbedUrl + "&$filter=table/column eq 'value'";
However, only one filter is supported in the URL currently. If you need to pass multiple filters in the URL, please vote this idea.
Regards
I have tried with applying filter like below,but the filter is not affecting the Reports
var embed_UR2 = 'https://app.powerbi.com/reportEmbed?reportId=' + report_ID2;
embed_UR2 = embed_UR2 + "&$filter=EnrollmentDbrd/Year eq '2016'";
On this link you may solve your questions: https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/
Those are the REST format access of reports and yes the filters work there, but the embeded has different format and I tried passing filters which never worked.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |