Forum Discussion
zamurr
9 years agoMicrosoft Employee
DAX - SelectColumns->Filter->Contains Syntax
Problem I want to filter my dataset while performing a DAX query. The problem i am having is setting the formula up correctly. From my understanding Contains takes a (table, comparision that ret...
v-micsh-msft
9 years agoMicrosoft Employee
Hi zamurr,
This one should work.
So what is your current situation?
Regards
zamurr
9 years agoMicrosoft Employee
It did not like the syntax. i actually moved on from this problem because i decided that i could filter with the slicers. I was hoping that creating a table using DAX would have made my querying faster, but that doesn't seem to be the case.