Forum Discussion
atharvaunde59
6 years agoFrequent Visitor
COUNTIFS() with comparison
Hello everyone, am extremly sorry for posting for this problem again though there are lot of similar topic threads are there. I have a table with multiple columns I want to use countifs() in it bu...
- 6 years ago
Measure = CALCULATE(COUNTROWS('Table'),FILTER('Table', 'Table'[Range] < 20))If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
- 6 years ago
Hi,
Try this measure
Measure = CALCULATE(COUNTROWS('Table'),'Table'[Range] < 20)
mwegener
6 years agoMost Valuable Professional
atharvaunde59
6 years agoFrequent Visitor
So sorry, I mistakenly attached wrong table in query to analyze.
Got it solved!
Thanks a lot for help!!!