Forum Discussion

hidzirf's avatar
hidzirf
Helper I
4 years ago
Solved

Count row with filter condition

Hello Experts,   I need help. I have a set of data that consist of 12-month data. I already created a measure  AllCount = COUNT(Table[Colum]). Now I would like to create another measure to count ...
  • Samarth_18's avatar
    Samarth_18
    4 years ago

    hidzirf Please try this:-

     

    Measure = CALCULATE(DISTINCTCOUNT('Table (2)'[Number]),FILTER('Table (2)',MONTH('Table (2)'[Date]) = MONTH( TODAY())-1))