This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have created a custom slicer which is getting default value from the options, like if you select current year from the options it will set Current year as Slicer default value and filter the data with that option.
Slicer works perfectly fine in Google Chrome but in IE there is an issue in selection manager.
When selection occurs, I can see the value of selection in my code while debugging but it does not apply the filter and it does not show filtered data in other tables and if I change other slicer’s value or refresh the data then value appears in my slicer and it filters the data in all other visuals. So it does not get applied on first time.
I am using this code to apply the filter:
this.selectionManager.select(this.selectionIds[value.toString()],true).then((ids: ISelectionId[]) => {
$(".Dropdown li input[type=checkbox][data-value='" + value.toString() + "']").prop('checked', true);
});
this.selectionManager.applySelectionFilter();
Any help regarding this will be appreciated, really need this to be working!!
Could you please share the complete visual project? I'll do a quick test.
You could also send an email to pbicvsupport@microsoft.com.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |