Forum Discussion
Anonymous
8 years agoNot applicable
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...
- Anonymous8 years ago
Period = CALCULATE( count(Fruits[Id]), ALLSELECTED(Fruits[Category]))
seems to have done the trick.
Anonymous
8 years agoNot applicable
Period = CALCULATE( count(Fruits[Id]), ALLSELECTED(Fruits[Category]))
seems to have done the trick.