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 ...
amitchandak
Super User
3 years agoNJ81858 , Have a separate date table joined with Redemption Date
calculate(countrows(Table), filter(all('Date'), Date[Month Year] = max(Date[Month Year]) ) )