Forum Discussion
Encilo
9 years agoFrequent Visitor
Power BI embedded - Parameters
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...
subashraj
9 years agoFrequent Visitor
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'";
gilbertocrespo
9 years agoAdvocate I
On this link you may solve your questions: https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/
- binj8 years agoNew Member
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.