Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

DAX query assistance

Hi All,   I have what should be a very simple query.   (Note - this is ficticious data to describe what im trying to do)   I have a Table, Fruits. In it, is an Id, a date, a category.   (SAM...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Period = CALCULATE( count(Fruits[Id]), ALLSELECTED(Fruits[Category]))

     

    seems to have done the trick.