Forum Discussion
mlee
7 years agoFrequent Visitor
Using a column of values with CONTAINSSTRING
I have the following DAX expression for a new calculated table: FILTER( 'Grid Data', AND( RELATED('Model'[Id]) = 68, OR( CONTAINSSTRING('Grid Data'[Family Name],"(E)"), CONTAINSSTRING('Gri...
v-juanli-msft
7 years agoCommunity Support
Hi mlee
Is your data large?
I think i would add some columns or a new table which woild increase the data size and reduce the performance.
Best Regards
Maggie
mlee
7 years agoFrequent Visitor
The data could be large. It depends on how much filtering I perform upstream.