Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • HobbyS's avatar
    3 years ago

    Could you use LEFT(FilterTable[Code], 4) and the compare it to "A1.0"?