Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • Zubair_Muhammad's avatar
    7 years ago

    HI Anonymous 

     

    Try following

     

    Measure=
    CALCULATE ( COUNTROWS ( TableName ), TableName[Amount] <= 25 )