Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Solved! Go to Solution.
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
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |