Forum Discussion
Anonymous
2 years 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
Super User
2 years agouse SEARCH (or FIND) to figure out if the search term is at the end of the string or not.