Forum Discussion
Warner
4 years agoNew Member
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...
- 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.
v-yalanwu-msft
4 years agoCommunity Support
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.