Forum Discussion
Anonymous
7 years agoNot applicable
Which function to use?
I am trying to figure out which combination of count/filter functions to use to get my data to look at a specific date range for a job and return a count of how many times the amount is <= 25.00. Do...
- 7 years ago
HI Anonymous
Try following
Measure= CALCULATE ( COUNTROWS ( TableName ), TableName[Amount] <= 25 )
Zubair_Muhammad
7 years agoCommunity Champion
HI Anonymous
Try following
Measure= CALCULATE ( COUNTROWS ( TableName ), TableName[Amount] <= 25 )