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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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