The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a custom 'clear filters' button I am controlling through bookmarks. But the issue is whilst it does clear all the filters, the search text in the search bar remains there. I want to clear all filters AND also clear any text in the search bar.
Second issue is even if I use 'clear all filters' default button given by Power BI, while it clears all filters and search bar, it makes all the checkboxes unchecked which is even more confusing because the user can still see the data even though all the checkboxes are unchecked.
Any advice?
Solved! Go to Solution.
Hi @Anonymous ,
Please consider creating a new bookmark when clearing all slicers, then inserting a blank button and binding it to that bookmark:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
Hi @Anonymous ,
Please consider creating a new bookmark when clearing all slicers, then inserting a blank button and binding it to that bookmark:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
That's how it is designed. If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41
@Anonymous
mmm, one workaround i could think of is ,
for each measure in your visuals, you state,
if( isfiltered ( your column used in the slicer ) , [measure] , blank() )
let me know if this helps .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠:
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |