Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone.
I'm trying to add search option on filter. I saw possible solution here but it does not work in my case.
https://community.powerbi.com/t5/Desktop/Search-text-within-drop-down-filter/m-p/428492
I can see only these options on my filter
Could you please tell how can I add search on filter?
Thank you very much!
Solved! Go to Solution.
I have the same issue.
You need to change your data type from INT to STRING.
Filter don't work for INTEGER types.
I have the same issue.
You need to change your data type from INT to STRING.
Filter don't work for INTEGER types.
Thank you very much!