Forum Discussion
NJ81858
Helper IV
3 years agoCounting per Month
I am trying to calculate the number of occurances per month. The 'Data Date' field is the month that the data was pulled and the 'Redemption Date' is the date that I am trying to count the number of ...
Greg_Deckler
Community Champion
3 years agoNJ81858 Put your Data Date field into a table visual along with any other stuff you want. Create a measure like:
Measure = COUNTROWS('CD Data')
Or
Measure = COUNTROWS(DISTINCT('CD Data'[Redemption Date]))