Applying multiple filters for a Dimension in a Query

I need to add two filters to a query using ‘LIKE’ for dimensions. How can I do that?

Hello @vignesh.sivakumar, use the example query below to apply multiple filters for a dimension in your query:
revenue, product, customer for product like ‘PC’ and customer like ‘S’ This will filter out products like ‘PC’ and customers like ‘S’.
You can create your own query by using the dimension filter as shown above.

2 Likes