Forum Discussion

thampton's avatar
thampton
Icon for Helper III rankHelper III
7 years ago

DAX 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%'