Forum Discussion
Davebryant1
3 years agoFrequent Visitor
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...
- 3 years ago
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
ryan_mayu
3 years agoSuper User
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
- Davebryant13 years agoFrequent Visitor
Thanks Ryan, i've got both ways to work.
Easy when you know how!
Cheers
- ryan_mayu3 years agoSuper User
you are welcome