Forum Discussion
zamurr
Microsoft Employee
10 years agoDAX - 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
Microsoft Employee
10 years agoHi zamurr,
This one should work.
So what is your current situation?
Regards
zamurr
Microsoft Employee
10 years agoIt 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.