Forum Discussion

Warner's avatar
Warner
New Member
4 years ago
Solved

Measure to count multiple text value from one column

Hi All,    I am trying to create a measure or measures, which can give me an overall figure for each text value that appears within my dataset.    I have one column that has a range of text value...
  • v-yalanwu-msft's avatar
    4 years ago

    Hi, Warner ;

    You could modify it by the following:

    Test = CALCULATE(COUNTROWS('Contact data'),FILTER(ALL('Contact data'),'Contact data'[Factors] in {"AA","AA, AB"}))

    The final output is shown below:

    Best Regards,
    Community Support Team_ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.