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)
Ashish_Mathur
Super User
6 years agoHi,
You are welcome. If my reply helped, please mark it as Answer. If you second question is related to this, post it here, else please start a new thread.
atharvaunde59
6 years agoFrequent Visitor
I have opened a thread but rather am not getting proper ans or am not able to get them,
It will be great if u look at this
https://community.powerbi.com/t5/Desktop/Creating-custom-Radar-chart/m-p/884245#M423755