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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.