Forum Discussion

Davebryant1's avatar
Davebryant1
Frequent Visitor
3 years ago
Solved

Count dates within months

Hi, I feel like this should be an easy measure to write but im struggling. I have a dataset which includes a start date. I want to count and summarise the start date by month and year.    Data ex...
  • ryan_mayu's avatar
    3 years ago

    Davebryant1 

    i even don't think you need a measure.

    if you want to create a measure , try this

    Measure = count('Table'[Start date])

    pls see the attachment below