Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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%'
Take a look at the SEARCH and FIND functions.
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |