Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi all, Im using embedded power bi report using javascript in my project. Each and every login, the dropdown options may be differ. Can we selete any option of following via javascript? (Means not filtering, only seleting)
For logins, im using following filter
const filter = {
$schema: "http://powerbi.com/product/schema#basic",
target: {
table: "Master",
column: "companyId"
},
operator: "In",
values: [${company}] //setting company ids here in jsp page
}
Hi @varman,
These filters in your post are filters rather than slicers. It seems we can't manipulate slicers by JS API for now. The workaround could be "Apply a bookmark". Please refer to the demo.
Best Regards,
Dale
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 42 | |
| 40 | |
| 40 | |
| 38 |