Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Power BI Embedded - Filters

Hello All,

 

I had embedded that report into an Asp.Net MVC application using one of the Power BI developer samples [App Owns Data] in GitHub. The report had been embedded and working fine.

 

The issue is, I need to apply the filters on two different tables of the same dashboard as below:

 

1. target: {
table: "Items" ,
column: "DepartmentNumber"
},
operator: "In",
values: [6, 17],

 

2. target: {
table: "Sales" ,
column: "Store"
},
operator: "In",
values: [13000],

 

Please help me, how can I pass the two filters using the embedded code.

 

Thank you So much.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello All,

 

I have got how to applying multiple filters using Power BI embedded environment.

 

For more information on how to use the SDK to apply filters -- https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters

 

Thanks

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hello All,

 

I have got how to applying multiple filters using Power BI embedded environment.

 

For more information on how to use the SDK to apply filters -- https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters

 

Thanks

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.