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
Advocate I
9 years agoOn this link you may solve your questions: https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/