Forum Discussion
Anonymous
1 year agoNot applicable
How to apply a dynamic filter with specific filtering logic for wildcard search
Hello, I’m working on a Power BI visual where I need to filter data based on user input that follows a pattern with wildcard search. Essentially, I want the search function to allow for a dynami...
lbendlin
1 year agoSuper User
use SEARCH (or FIND) to figure out if the search term is at the end of the string or not.