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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.