Forum Discussion
Anonymous
3 years agoNot applicable
DAX Matching Any String of Zero or more characters
Hello, I'm creating a Metric. I need to use a CALCULATE formula where Im doing a DISTINCTCOUNT of a filtered table. The thing is that the filter is conformed by many different string codes "A1.01...
- 3 years ago
Could you use LEFT(FilterTable[Code], 4) and the compare it to "A1.0"?
HobbyS
3 years agoRegular Visitor
Could you use LEFT(FilterTable[Code], 4) and the compare it to "A1.0"?