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 this to dax? :
Select * From Table1 Where ColumnName LIKE '%Test%'
2 Replies
- Greg_Deckler
Community Champion
Take a look at the SEARCH and FIND functions.
- BewhYRegular Visitor