Forum Discussion
thampton
Helper III
7 years agoDAX Query with 'LIKE%'
Hello. I have a SSAS tabular model that i need to query using dax. I need to be able to write a query having a where (filter in dax) clause using the 'LIKE '%Test%' ' in SQL. How can i translate ...
Greg_Deckler
Community Champion
7 years agoTake a look at the SEARCH and FIND functions.